mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 03:09:49 +02:00
- typo fix :(
git-svn-id: branches/fixes_2_0@3972 -
This commit is contained in:
parent
82e376d034
commit
91a1b104b6
@ -103,7 +103,7 @@ implementation
|
||||
cg.getcpuregister(exprasmlist,NR_R0);
|
||||
|
||||
if (po_syscall_basesysv in tprocdef(procdefinition).procoptions) then
|
||||
reference_reset_base(tmpref,NR_R3,-tprocdef(procdefinition).extnumber);
|
||||
reference_reset_base(tmpref,NR_R3,-tprocdef(procdefinition).extnumber)
|
||||
else
|
||||
reference_reset_base(tmpref,NR_R12,-tprocdef(procdefinition).extnumber);
|
||||
exprasmlist.concat(taicpu.op_reg_ref(A_LWZ,NR_R0,tmpref));
|
||||
|
Loading…
Reference in New Issue
Block a user