diff options
author | comex | 2015-01-17 20:56:04 -0500 |
---|---|---|
committer | comex | 2015-01-17 20:56:16 -0500 |
commit | b70a6008604ae5746f50d3025404b06673db48f4 (patch) | |
tree | 0fe11003e83a244f6467425c7d6020ce865ead12 /lib/dis.h | |
parent | IT, BX LR - untested (diff) | |
download | substitute-b70a6008604ae5746f50d3025404b06673db48f4.tar.gz |
arm64 transform dis, arm fixes, move to .c since i'm dumb
Diffstat (limited to 'lib/dis.h')
-rw-r--r-- | lib/dis.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ enum pcrel_load_mode { PLM_U16, PLM_S16, PLM_U32, PLM_S32, PLM_U64, - PLM_U128, + PLM_U128, /* i.e. LDRD */ PLM_U32_SIMD, PLM_U64_SIMD, PLM_U128_SIMD, |