Преглед изворни кода

* TWasmControlFrame changed to a record

Nikolay Nikolov пре 1 година
родитељ
комит
506634f261
1 измењених фајлова са 1 додато и 1 уклоњено
  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;