Fix LHZX opcode value
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
adea8197b4
commit
4f4a67ae78
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user