diff --git a/compiler/aoptobj.pas b/compiler/aoptobj.pas index e27009d3d3..c279e2af10 100644 --- a/compiler/aoptobj.pas +++ b/compiler/aoptobj.pas @@ -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);