mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 00:50:49 +02:00
+ defined RS_LOCAL_FRAME_POINTER_REG
git-svn-id: branches/wasm@47827 -
This commit is contained in:
parent
4bac65be86
commit
40eb696d8e
@ -148,6 +148,7 @@ uses
|
|||||||
{ fake register, representing the local frame pointer. Used for accessing
|
{ fake register, representing the local frame pointer. Used for accessing
|
||||||
address-taken local variables on the linear stack: (localframeptr+offset). }
|
address-taken local variables on the linear stack: (localframeptr+offset). }
|
||||||
NR_LOCAL_FRAME_POINTER_REG = NR_R3;
|
NR_LOCAL_FRAME_POINTER_REG = NR_R3;
|
||||||
|
RS_LOCAL_FRAME_POINTER_REG = RS_R3;
|
||||||
|
|
||||||
maxvarregs = 1;
|
maxvarregs = 1;
|
||||||
maxfpuvarregs = 1;
|
maxfpuvarregs = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user