Stefan Reinauer ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1363
-gerrit commit 8a27000703712f31184d66f2de861a499ac5eb30 Author: Stefan Reinauer <[email protected]> Date: Thu Jul 26 15:20:13 2012 -0700 x86emu: fix comment for BTS instruction Change-Id: Iacce58945f66213e75c7aac89541e785e80664cb Signed-off-by: Stefan Reinauer <[email protected]> --- src/devices/oprom/x86emu/ops2.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/devices/oprom/x86emu/ops2.c b/src/devices/oprom/x86emu/ops2.c index 5fbed67..95ec09a 100644 --- a/src/devices/oprom/x86emu/ops2.c +++ b/src/devices/oprom/x86emu/ops2.c @@ -725,7 +725,7 @@ static void x86emuOp2_pop_GS(u8 X86EMU_UNUSED(op2)) /**************************************************************************** REMARKS: -Handles opcode 0x0f,0xaa +Handles opcode 0x0f,0xab ****************************************************************************/ static void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2)) { -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

