[coreboot] New patch to review for coreboot: 8a27000 x86emu: fix comment for BTS instruction

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Jul 27 02:01:19 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/1363

-gerrit

commit 8a27000703712f31184d66f2de861a499ac5eb30
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Thu Jul 26 15:20:13 2012 -0700

    x86emu: fix comment for BTS instruction
    
    Change-Id: Iacce58945f66213e75c7aac89541e785e80664cb
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 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))
 {




More information about the coreboot mailing list