Fixed old recompiler compiling in a kludgy way because it appears there's no STORE_IMM_ADDR_W.

This commit is contained in:
OBattler
2025-04-22 09:46:58 +02:00
parent 69e7c8634c
commit b15f25ffa4
4 changed files with 6 additions and 6 deletions

View File

@@ -113,7 +113,7 @@ uint8_t is_smint = 0;
uint16_t io_port = 0x0000;
uint32_t io_val = 0x00000000;
uint16_t x87_op = 0x0000;
uint32_t x87_op = 0x00000000;
int opcode_has_modrm[256] = {
1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, /*00*/

View File

@@ -784,7 +784,7 @@ typedef struct {
uint32_t smhr;
} cyrix_t;
extern uint16_t x87_op;
extern uint32_t x87_op;
extern uint32_t addr64;
extern uint32_t addr64_2;