mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:29:21 +02:00
+ introduced NR_LOCAL_STACK_POINTER_REG
git-svn-id: branches/wasm@47776 -
This commit is contained in:
parent
adb631f2cf
commit
ce8439fb36
@ -143,6 +143,8 @@ uses
|
|||||||
can use the offset field to indicate the order, which is used by ncal
|
can use the offset field to indicate the order, which is used by ncal
|
||||||
to sort the parameters }
|
to sort the parameters }
|
||||||
NR_EVAL_STACK_BASE = NR_R0;
|
NR_EVAL_STACK_BASE = NR_R0;
|
||||||
|
{ used as base register in references to indicate that it's a local }
|
||||||
|
NR_LOCAL_STACK_POINTER_REG = NR_R1;
|
||||||
|
|
||||||
maxvarregs = 1;
|
maxvarregs = 1;
|
||||||
maxfpuvarregs = 1;
|
maxfpuvarregs = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user