* Removed foolish inline from StripLabelFast

This commit is contained in:
J. Gareth "Curious Kit" Moreton 2022-04-16 06:56:58 +01:00 committed by FPK
parent 5cdef8050b
commit 6af886c2b9

View File

@ -405,7 +405,7 @@ Unit AoptObj;
{ Strips a label and any aligns that appear before it (if hp points to
them rather than the label). Only call this procedure on a label that
you already know is no longer referenced }
procedure StripLabelFast(hp: tai); {$ifdef USEINLINE}inline;{$endif USEINLINE}
procedure StripLabelFast(hp: tai);
{ Checks and removes "jmp @@lbl; @lbl". Returns True if the jump was removed }
function CollapseZeroDistJump(var p: tai; ThisLabel: TAsmLabel): Boolean;
@ -1928,7 +1928,7 @@ Unit AoptObj;
{ Strips a label and any aligns that appear before it (if hp points to
them rather than the label). Only call this procedure on a label that
you already know is no longer referenced }
procedure TAOptObj.StripLabelFast(hp: tai); {$ifdef USEINLINE}inline;{$endif USEINLINE}
procedure TAOptObj.StripLabelFast(hp: tai);
var
tmp: tai;
begin