mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
* changed tregset into tcpuregisterset so it's faster and uses less memory
git-svn-id: trunk@21717 -
This commit is contained in:
parent
3733a000a4
commit
d472a6d5d0
@ -61,7 +61,7 @@ Unit AoptObj;
|
||||
TRegArray = Array[byte] of tsuperregister;
|
||||
|
||||
|
||||
TRegSet = Set of byte;
|
||||
TRegSet = tcpuregisterset;
|
||||
{ possible actions on an operand: read, write or modify (= read & write) }
|
||||
TOpAction = (OpAct_Read, OpAct_Write, OpAct_Modify, OpAct_Unknown);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user