mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:06:08 +02:00
* switch NR_FRAME_POINTER_REG to NR_LOCAL_FRAME_POINTER_REG
git-svn-id: branches/wasm@47874 -
This commit is contained in:
parent
170fab85ff
commit
f138d66a2a
@ -235,8 +235,8 @@ uses
|
||||
NR_STACK_POINTER_REG = NR_R1;
|
||||
RS_STACK_POINTER_REG = RS_R1;
|
||||
{# Frame pointer register }
|
||||
NR_FRAME_POINTER_REG = NR_STACK_POINTER_REG;
|
||||
RS_FRAME_POINTER_REG = RS_STACK_POINTER_REG;
|
||||
NR_FRAME_POINTER_REG = NR_LOCAL_FRAME_POINTER_REG;
|
||||
RS_FRAME_POINTER_REG = RS_LOCAL_FRAME_POINTER_REG;
|
||||
|
||||
{ WebAssembly results are returned on the evaluation stack, not via a register }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user