diff options
Diffstat (limited to 'rts/linker/SymbolExtras.h')
-rw-r--r-- | rts/linker/SymbolExtras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/linker/SymbolExtras.h b/rts/linker/SymbolExtras.h index af828e66fa..6c05020b7b 100644 --- a/rts/linker/SymbolExtras.h +++ b/rts/linker/SymbolExtras.h @@ -8,6 +8,7 @@ #if defined(NEED_SYMBOL_EXTRAS) int ocAllocateExtras(ObjectCode* oc, int count, int first, int bssSize); +void ocProtectExtras(ObjectCode* oc); #if defined(arm_HOST_ARCH) SymbolExtra* makeArmSymbolExtra( ObjectCode const* oc, |