Changed constant name for 64 bit register type w/ S
This commit is contained in:
parent
93031e82e0
commit
8b0bb1888b
@ -8,7 +8,7 @@ typedef uint8_t a64inst_regSpecifier;
|
||||
// Denotes the type of register being referred to
|
||||
typedef enum {
|
||||
a64inst_W = 0,
|
||||
a64inst_R = 1
|
||||
a64inst_X = 1
|
||||
} a64inst_regType;
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user