mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 15:00:27 +02:00
* __stack_top renamed __stack_pointer (which seems to follow the C ABI correctly)
git-svn-id: branches/wasm@46996 -
This commit is contained in:
parent
e96faf0a76
commit
e5b0d9cf32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user