mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 18:44:58 -06:00
Fix LHZX opcode value
Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
parent
adea8197b4
commit
4f4a67ae78
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue