x86: Fix setting segment bases in real mode.
authorGabe Black <gabeblack@google.com>
Mon, 17 Nov 2014 09:00:53 +0000 (01:00 -0800)
committerGabe Black <gabeblack@google.com>
Mon, 17 Nov 2014 09:00:53 +0000 (01:00 -0800)
commitaceeecb1925afff455d9355d3379d393993192ab
treec22ef88e66b500e71dadd977920c2a815f05fa35
parentf8603fa1204d1ea16e382d0ce6bc4059dbea9661
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.
src/arch/x86/isa/insts/general_purpose/control_transfer/jump.py
src/arch/x86/isa/insts/general_purpose/data_transfer/move.py