mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 12:09:52 +02:00
* class name in comment fixed
git-svn-id: trunk@22835 -
This commit is contained in:
parent
f76ba05758
commit
ecd0749d73
@ -29,7 +29,7 @@ interface
|
||||
node,ncgadd,cpubase;
|
||||
|
||||
type
|
||||
tavraddnode = class(tcgaddnode)
|
||||
TAVRAddNode = class(tcgaddnode)
|
||||
private
|
||||
function GetResFlags(unsigned:Boolean):TResFlags;
|
||||
protected
|
||||
@ -54,7 +54,7 @@ interface
|
||||
ncgutil,tgobj,rgobj,rgcpu,cgobj,cg64f32;
|
||||
|
||||
{*****************************************************************************
|
||||
TSparcAddNode
|
||||
TAVRAddNode
|
||||
*****************************************************************************}
|
||||
|
||||
function tavraddnode.GetResFlags(unsigned:Boolean):TResFlags;
|
||||
|
Loading…
Reference in New Issue
Block a user