Browse Source

* TWasmControlFrame changed to a record

Nikolay Nikolov 1 year ago
parent
commit
506634f261
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/wasm32/aasmcpu.pas

+ 1 - 1
compiler/wasm32/aasmcpu.pas

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