mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-12 10:30:38 +01:00
- removed duplicate identifier
This commit is contained in:
parent
7081853478
commit
d32d1a711e
@ -2042,7 +2042,6 @@ const
|
|||||||
|
|
||||||
procedure tcgppc.g_copyvaluepara_openarray(list : taasmoutput;const ref, lenref:treference;elesize:integer);
|
procedure tcgppc.g_copyvaluepara_openarray(list : taasmoutput;const ref, lenref:treference;elesize:integer);
|
||||||
var
|
var
|
||||||
lenref : treference;
|
|
||||||
power,len : longint;
|
power,len : longint;
|
||||||
{$ifndef __NOWINPECOFF__}
|
{$ifndef __NOWINPECOFF__}
|
||||||
again,ok : tasmlabel;
|
again,ok : tasmlabel;
|
||||||
@ -2566,7 +2565,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.105 2003-06-07 18:57:04 jonas
|
Revision 1.106 2003-06-08 18:19:27 jonas
|
||||||
|
- removed duplicate identifier
|
||||||
|
|
||||||
|
Revision 1.105 2003/06/07 18:57:04 jonas
|
||||||
+ added freeintparaloc
|
+ added freeintparaloc
|
||||||
* ppc get/freeintparaloc now check whether the parameter regs are
|
* ppc get/freeintparaloc now check whether the parameter regs are
|
||||||
properly allocated/deallocated (and get an extra list para)
|
properly allocated/deallocated (and get an extra list para)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user