mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 12:59:24 +02:00
* fixed opcode generation for the f32.const in the WebAssembly internal asm
This commit is contained in:
parent
95243ed6ed
commit
f42817d1a2
@ -1188,7 +1188,7 @@ uses
|
||||
begin
|
||||
if ops<>1 then
|
||||
internalerror(2021092619);
|
||||
WriteByte($44);
|
||||
WriteByte($43);
|
||||
with oper[0]^ do
|
||||
case typ of
|
||||
top_single:
|
||||
|
Loading…
Reference in New Issue
Block a user