mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 13:02:46 +02:00
+ encode the end_function dummy instruction
This commit is contained in:
parent
b7c638a717
commit
079e5ae151
@ -548,6 +548,8 @@ implementation
|
||||
internalerror(2021092011);
|
||||
end;
|
||||
end;
|
||||
a_end_function:
|
||||
result:=0;
|
||||
else
|
||||
Writeln('Warning! Not implemented opcode, pass1: ', opcode);
|
||||
end;
|
||||
@ -955,6 +957,8 @@ implementation
|
||||
internalerror(2021092011);
|
||||
end;
|
||||
end;
|
||||
a_end_function:
|
||||
;
|
||||
else
|
||||
Writeln('Warning! Not implemented opcode, pass2: ', opcode);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user