@@ -413,8 +413,6 @@ unit cpubase;
function reg_cgsize(const reg: tregister): tcgsize;
- const subreg2cgsize:array[Tsubregister] of Tcgsize =
- (OS_NO,OS_8,OS_8,OS_16,OS_32,OS_64,OS_NO,OS_NO,OS_NO);
begin
case getregtype(reg) of
R_INTREGISTER :
@@ -502,7 +500,7 @@ unit cpubase;
result := inverse[c];
end;
-
+
function conditions_equal(const c1, c2: TAsmCond): boolean; {$ifdef USEINLINE}inline;{$endif USEINLINE}