summaryrefslogtreecommitdiff
path: root/rts/linker/SymbolExtras.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/linker/SymbolExtras.h')
-rw-r--r--rts/linker/SymbolExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/linker/SymbolExtras.h b/rts/linker/SymbolExtras.h
index d28baf49df..4974c06e7d 100644
--- a/rts/linker/SymbolExtras.h
+++ b/rts/linker/SymbolExtras.h
@@ -9,7 +9,7 @@
int ocAllocateSymbolExtras( ObjectCode* oc, int count, int first );
-#ifdef arm_HOST_ARCH
+#if defined(arm_HOST_ARCH)
SymbolExtra* makeArmSymbolExtra( ObjectCode const* oc,
unsigned long symbolNumber,
unsigned long target,