bugfix
This commit is contained in:
parent
6d46f5c670
commit
460a85c6ba
@ -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>
|
#include <stdio.h>
|
||||||
@ -230,7 +230,7 @@ x86_insn disassembler::decode(bx_bool is_32, bx_bool is_64, bx_address base, bx_
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case _GRP3DNOW:
|
case _GRP3DNOW:
|
||||||
entry = &(BxDisasm3DNowGroup[peek_byte()]);
|
entry = &(BxDisasm3DNowGroup[fetch_byte()]);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case _GRP3BOP:
|
case _GRP3BOP:
|
||||||
|
Loading…
Reference in New Issue
Block a user