Skip to content

Commit

Permalink
allow label redefine
Browse files Browse the repository at this point in the history
  • Loading branch information
cheat-engine committed Aug 30, 2021
1 parent a89a857 commit a50d55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cheat Engine/autoassembler.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2401,8 +2401,8 @@ type tdefine=record
j:=0;
while (j<length(labels)) and (length(labels[j].labelname)>=varsize) do
begin
if labels[j].labelname=s1 then
raise exception.Create(Format(rsIsBeingRedeclared, [s1]));
//if labels[j].labelname=s1 then
// raise exception.Create(Format(rsIsBeingRedeclared, [s1]));
inc(j);
end;

Expand Down

0 comments on commit a50d55b

Please sign in to comment.