Searched hist:10543 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/arch/x86/isa/insts/general_purpose/control_transfer/
H A Djump.pydiff 10543:8fb2884b0a75 Mon Nov 17 03:20:00 EST 2014 Gabe Black <gabeblack@google.com> x86: Fix some bugs in the real mode far jmp instruction.

The far pointer should be shifted right to get the selector value, not left.
Also, when calculating the width of the offset, the wrong register was used in
one spot.

Completed in 6 milliseconds