Quellcode durchsuchen

* TWasmControlFrame changed to a record

Nikolay Nikolov vor 1 Jahr
Ursprung
Commit
506634f261
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/wasm32/aasmcpu.pas

+ 1 - 1
compiler/wasm32/aasmcpu.pas

@@ -57,7 +57,7 @@ uses
 
       { TWasmControlFrame }
 
-      TWasmControlFrame = class
+      TWasmControlFrame = record
         opcode: tasmop;
         start_types: array of TWasmBasicType;
         end_types: array of TWasmBasicType;