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>
This commit is contained in:
Stefan Reinauer 2012-07-26 15:20:13 -07:00 committed by Patrick Georgi
parent 911f446d32
commit 26e441f5bc
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{