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

git-svn-id: branches/wasm@46996 -
This commit is contained in:
nickysn 2020-09-28 23:20:33 +00:00
parent e96faf0a76
commit e5b0d9cf32

View File

@ -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