mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:26:06 +02:00
* fixed stupid copy-paste bug
This commit is contained in:
parent
e27b13b0e4
commit
c536b532d0
@ -110,7 +110,7 @@ implementation
|
|||||||
top_ref:
|
top_ref:
|
||||||
dispose(oper[i].ref);
|
dispose(oper[i].ref);
|
||||||
top_symbol:
|
top_symbol:
|
||||||
dec(tasmsymbol(oper[0].sym).refs);
|
dec(tasmsymbol(oper[i].sym).refs);
|
||||||
end;
|
end;
|
||||||
inherited destroy;
|
inherited destroy;
|
||||||
end;
|
end;
|
||||||
@ -251,7 +251,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.2 2001-12-29 15:28:57 jonas
|
Revision 1.3 2001-12-29 16:29:08 jonas
|
||||||
|
* fixed stupid copy-paste bug
|
||||||
|
|
||||||
|
Revision 1.2 2001/12/29 15:28:57 jonas
|
||||||
* powerpc/cgcpu.pas compiles :)
|
* powerpc/cgcpu.pas compiles :)
|
||||||
* several powerpc-related fixes
|
* several powerpc-related fixes
|
||||||
* cpuasm unit is now based on common tainst unit
|
* cpuasm unit is now based on common tainst unit
|
||||||
|
Loading…
Reference in New Issue
Block a user