Review Board 2.0.15


x86: Fix setting segment bases in real mode.

Review Request #2482 - Created Nov. 15, 2014 and submitted - Latest diff uploaded

Information
Gabe Black
gem5
default
Reviewers
Default
Changeset 10536:63b52d190220
---------------------------
x86: Fix setting segment bases in real mode.

The data size used for actually writing the base value for the segment was the
default size, but really it should set the entire value without any possible
truncation.