Fix LHZX opcode value

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2009-07-18 13:15:55 +04:00
parent adea8197b4
commit 4f4a67ae78
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ static int tcg_target_const_match(tcg_target_long val,
#define NEG XO31(104)
#define LBZX XO31( 87)
#define LHZX XO31(276)
#define LHZX XO31(279)
#define LHAX XO31(343)
#define LWZX XO31( 23)
#define STBX XO31(215)

View File

@ -349,7 +349,7 @@ static int tcg_target_const_match (tcg_target_long val,
#define DIVDU XO31(457)
#define LBZX XO31( 87)
#define LHZX XO31(276)
#define LHZX XO31(279)
#define LHAX XO31(343)
#define LWZX XO31( 23)
#define STBX XO31(215)