This commit is contained in:
Stanislav Shwartsman 2009-09-04 10:51:31 +00:00
parent 6d46f5c670
commit 460a85c6ba

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: dis_decode.cc,v 1.50 2009-05-15 18:47:34 sshwarts Exp $
// $Id: dis_decode.cc,v 1.51 2009-09-04 10:51:31 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
#include <stdio.h>
@ -230,7 +230,7 @@ x86_insn disassembler::decode(bx_bool is_32, bx_bool is_64, bx_address base, bx_
break;
case _GRP3DNOW:
entry = &(BxDisasm3DNowGroup[peek_byte()]);
entry = &(BxDisasm3DNowGroup[fetch_byte()]);
break;
case _GRP3BOP: