summaryrefslogtreecommitdiff
path: root/src/jit/emitarm64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/emitarm64.h')
-rw-r--r--src/jit/emitarm64.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/jit/emitarm64.h b/src/jit/emitarm64.h
index 5459a0d6c8..6a8e42b86f 100644
--- a/src/jit/emitarm64.h
+++ b/src/jit/emitarm64.h
@@ -19,9 +19,7 @@ static bool strictArmAsm;
struct CnsVal
{
ssize_t cnsVal;
-#ifdef RELOC_SUPPORT
- bool cnsReloc;
-#endif
+ bool cnsReloc;
};
#ifdef DEBUG