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

/gem5/src/arch/x86/isa/insts/general_purpose/control_transfer/
H A Djump.pydiff 7931:fb0a01641d73 Mon Feb 07 18:12:00 EST 2011 Tim Harris <tharris@microsoft.com> X86: Fix JMP_FAR_I to unpack a far pointer correctly.

JMP_FAR_I was unpacking its far pointer operand using sll instead of srl like
it should, and also putting the components in the wrong registers for use by
other microcode.

Completed in 4 milliseconds