fadec: Allow 64-bit decoding on 32-bit platforms

This commit is contained in:
Alexis Engelke
2020-06-19 13:58:53 +02:00
parent 8445060ad9
commit bacfecfead
2 changed files with 3 additions and 7 deletions

View File

@@ -97,10 +97,10 @@ typedef struct {
FdOp operands[4];
intptr_t disp;
intptr_t imm;
int64_t disp;
int64_t imm;
uintptr_t address;
uint64_t address;
} FdInstr;
typedef enum {