mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:49:09 +02:00
* fixed compilation with -Sew
git-svn-id: branches/wasm@48446 -
This commit is contained in:
parent
0ceefa4d22
commit
e2e0756eaf
@ -371,7 +371,7 @@ uses
|
|||||||
|
|
||||||
function dwarf_reg(r:tregister):byte;
|
function dwarf_reg(r:tregister):byte;
|
||||||
begin
|
begin
|
||||||
result:=-1;
|
result:=0;
|
||||||
internalerror(200603251);
|
internalerror(200603251);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user