Fixed code generation and tables

This commit is contained in:
flobernd 2016-11-14 02:22:29 +01:00
parent 58c73b2885
commit ead586b722
4 changed files with 22137 additions and 21932 deletions

View File

@ -182,7 +182,7 @@ begin
WorkStart('Indexing instruction definitions', 0, Editor.DefinitionCount * 2); WorkStart('Indexing instruction definitions', 0, Editor.DefinitionCount * 2);
for I := 0 to Editor.DefinitionCount - 1 do for I := 0 to Editor.DefinitionCount - 1 do
begin begin
B := false; {B := false;
for J := 0 to List.Count - 1 do for J := 0 to List.Count - 1 do
begin begin
if (Editor.Definitions[I].Equals(List[J], false, false)) then if (Editor.Definitions[I].Equals(List[J], false, false)) then
@ -192,9 +192,9 @@ begin
end; end;
end; end;
if (not B) then if (not B) then
begin begin}
List.Add(Editor.Definitions[I]); List.Add(Editor.Definitions[I]);
end; //end;
Work(I + 1); Work(I + 1);
end; end;
Comparison := Comparison :=

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff