mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
* fix comment so it does not confuse lazarus
git-svn-id: trunk@21305 -
This commit is contained in:
parent
75e62e42e4
commit
d4c120cb34
@ -82,8 +82,8 @@ unit aoptbase;
|
|||||||
{ returns whether P is a load constant instruction (load a constant }
|
{ returns whether P is a load constant instruction (load a constant }
|
||||||
{ into a register) }
|
{ into a register) }
|
||||||
Function IsLoadConstReg(p: tai): Boolean; Virtual; Abstract;
|
Function IsLoadConstReg(p: tai): Boolean; Virtual; Abstract;
|
||||||
{ returns whether P is a store instruction (store contents from a }
|
{ returns whether P is a store instruction (store contents from a
|
||||||
{ register to a memory location or to a (register) variable) }
|
register to a memory location or to a (register) variable) }
|
||||||
Function IsStoreRegMem(p: tai): Boolean; Virtual; Abstract;
|
Function IsStoreRegMem(p: tai): Boolean; Virtual; Abstract;
|
||||||
|
|
||||||
{ create a paicpu Object that loads the contents of reg1 into reg2 }
|
{ create a paicpu Object that loads the contents of reg1 into reg2 }
|
||||||
|
Loading…
Reference in New Issue
Block a user