* fixed compilation with -Sew

git-svn-id: branches/wasm@48446 -
This commit is contained in:
nickysn 2021-01-28 16:25:03 +00:00
parent 0ceefa4d22
commit e2e0756eaf

View File

@ -371,7 +371,7 @@ uses
function dwarf_reg(r:tregister):byte;
begin
result:=-1;
result:=0;
internalerror(200603251);
end;