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