Ver Fonte

* __stack_top renamed __stack_pointer (which seems to follow the C ABI correctly)

git-svn-id: branches/wasm@46996 -
nickysn há 5 anos atrás
pai
commit
e5b0d9cf32
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      compiler/wasm32/cpubase.pas

+ 1 - 1
compiler/wasm32/cpubase.pas

@@ -273,7 +273,7 @@ uses
       maxfpuregs = 0;
       FRAME_POINTER_SYM = '$fp';
       BASE_POINTER_SYM = '$bp';
-      STACK_POINTER_SYM = '__stack_top';
+      STACK_POINTER_SYM = '__stack_pointer';
 
 {*****************************************************************************
                                   Helpers