From e2e0756eaf9ec53b990ea533318346802785d64e Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 28 Jan 2021 16:25:03 +0000 Subject: [PATCH] * fixed compilation with -Sew git-svn-id: branches/wasm@48446 - --- compiler/wasm32/cpubase.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/wasm32/cpubase.pas b/compiler/wasm32/cpubase.pas index 194c0ce42a..faf202f050 100644 --- a/compiler/wasm32/cpubase.pas +++ b/compiler/wasm32/cpubase.pas @@ -371,7 +371,7 @@ uses function dwarf_reg(r:tregister):byte; begin - result:=-1; + result:=0; internalerror(200603251); end;