aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-07-26 15:20:13 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2012-07-27 14:42:06 +0200
commit26e441f5bc381ec0fc476e4f78b4925a400c558c (patch)
tree19f9f0f8225c6fcc9d62f9993ea82cb73f5107d7
parent911f446d32283676dee7546be4015dac25fe463b (diff)
x86emu: fix comment for BTS instruction
Change-Id: Iacce58945f66213e75c7aac89541e785e80664cb Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1363 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
-rw-r--r--src/devices/oprom/x86emu/ops2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/oprom/x86emu/ops2.c b/src/devices/oprom/x86emu/ops2.c
index 113ac0a498..4c3d0aa083 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))
{