* changed tregset into tcpuregisterset so it's faster and uses less memory

git-svn-id: trunk@21717 -
This commit is contained in:
Jonas Maebe 2012-06-26 19:01:11 +00:00
parent 3733a000a4
commit d472a6d5d0

View File

@ -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);