Sfoglia il codice sorgente

* TWasmControlFrame changed to a record

Nikolay Nikolov 1 anno fa
parent
commit
506634f261
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;