Quellcode durchsuchen

+ pass 64-bit structures by address in WebAssembly for compatibility with LLVM's C ABI

Nikolay Nikolov vor 3 Jahren
Ursprung
Commit
236e10d03a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/wasm32/cpupara.pas

+ 1 - 1
compiler/wasm32/cpupara.pas

@@ -99,7 +99,7 @@ implementation
           recorddef :
             begin
               { Delphi stdcall passes records on the stack for call by value }
-              result:=(varspez=vs_const) or (not (def.size in [1,2,4,8]));
+              result:=(varspez=vs_const) or (not (def.size in [1,2,4{,8}]));
             end;
           arraydef :
             begin