Browse Source

[PATCH 58/83] fix constant value of internal value

From 77decc81fe1bc460eb443ccc2c3a02a721883eeb Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Mon, 23 Sep 2019 12:22:15 -0400

git-svn-id: branches/wasm@45935 -
nickysn 5 years ago
parent
commit
51c931e292
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm/hlcgcpu.pas

+ 1 - 1
compiler/wasm/hlcgcpu.pas

@@ -2059,7 +2059,7 @@ implementation
                else
                else
                 result := getputmem64[isload, is_signed(def)];
                 result := getputmem64[isload, is_signed(def)];
           else
           else
-            Internalerror(201909150001);
+            Internalerror(2019091501);
           end;
           end;
 
 
           //result:=getputopc[isload,ref.base=NR_NO];
           //result:=getputopc[isload,ref.base=NR_NO];