浏览代码

* fixed opcode generation for the f32.const in the WebAssembly internal asm

Nikolay Nikolov 3 年之前
父节点
当前提交
f42817d1a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/wasm32/aasmcpu.pas

+ 1 - 1
compiler/wasm32/aasmcpu.pas

@@ -1188,7 +1188,7 @@ uses
             begin
             begin
               if ops<>1 then
               if ops<>1 then
                 internalerror(2021092619);
                 internalerror(2021092619);
-              WriteByte($44);
+              WriteByte($43);
               with oper[0]^ do
               with oper[0]^ do
                 case typ of
                 case typ of
                   top_single:
                   top_single: