mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Move around some enum elements so that lastMRM corrects gets assigned 56, which
is one more that MRM_DF which is 55. Previously, it held value 45, the same as MRM_D0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b8d17643a5
commit
76f63aef56
@ -62,11 +62,11 @@ namespace X86Local {
|
||||
MRM0m = 24, MRM1m = 25, MRM2m = 26, MRM3m = 27,
|
||||
MRM4m = 28, MRM5m = 29, MRM6m = 30, MRM7m = 31,
|
||||
MRMInitReg = 32,
|
||||
RawFrmImm8 = 43,
|
||||
RawFrmImm16 = 44,
|
||||
#define MAP(from, to) MRM_##from = to,
|
||||
MRM_MAPPING
|
||||
#undef MAP
|
||||
RawFrmImm8 = 43,
|
||||
RawFrmImm16 = 44,
|
||||
lastMRM
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user