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:
parent
911f446d32
commit
26e441f5bc
|
@ -725,7 +725,7 @@ static void x86emuOp2_pop_GS(u8 X86EMU_UNUSED(op2))
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
REMARKS:
|
REMARKS:
|
||||||
Handles opcode 0x0f,0xaa
|
Handles opcode 0x0f,0xab
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
static void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2))
|
static void x86emuOp2_bts_R(u8 X86EMU_UNUSED(op2))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue