From 7e9607a62c76ab980f9651227889b7118566cbf3 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolov Date: Sun, 26 Sep 2021 08:07:21 +0300 Subject: [PATCH] * fixed warning --- compiler/wasm32/aasmcpu.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/wasm32/aasmcpu.pas b/compiler/wasm32/aasmcpu.pas index 479b217570..34a3088366 100644 --- a/compiler/wasm32/aasmcpu.pas +++ b/compiler/wasm32/aasmcpu.pas @@ -1379,6 +1379,8 @@ uses WriteByte($0C); a_br_if: WriteByte($0D); + else + internalerror(2021092622); end; if ops<>1 then internalerror(2021092610);