فهرست منبع

* 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;