summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-02 23:09:43 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2021-01-02 23:09:43 +0000
commit3c2de493eb97524fd25695ffdad6c500a5fa50f9 (patch)
treed1e3ec26e4cad2d829ef92503e1a685e01b61021
parent61dc57ce2b3f4bcaf6a66f4c6e5dfa016a3301cd (diff)
downloadfpc-3c2de493eb97524fd25695ffdad6c500a5fa50f9.tar.gz
- removed redundant comment
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/wasm@47994 3ad0048d-3df7-0310-abae-a5850022a9f2
-rw-r--r--compiler/wasm32/hlcgcpu.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/wasm32/hlcgcpu.pas b/compiler/wasm32/hlcgcpu.pas
index a0f1cbcd05..64e83693d1 100644
--- a/compiler/wasm32/hlcgcpu.pas
+++ b/compiler/wasm32/hlcgcpu.pas
@@ -1400,7 +1400,6 @@ implementation
list.concat(taicpu.op_const(a_i32_const, 0));
list.concat(taicpu.op_const(a_br,loopContBr+blocks))
end else begin
- //Internalerror(2019091806); // unexpected jump
Internalerror(2019091806); // unexpected jump
end;
end;