Browse Source

[PATCH 165/188] adding direct properties for align and offset of
memory instructions

From 772f6f796de261f2f4e6bb4a6b52be02d57cfd65 Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Fri, 27 Mar 2020 11:33:04 -0400

git-svn-id: branches/wasm@46161 -

nickysn 5 years ago
parent
commit
8f9f2f706f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      utils/wasmbin/wasmmodule.pas

+ 3 - 0
utils/wasmbin/wasmmodule.pas

@@ -93,6 +93,9 @@ type
     constructor Create;
     constructor Create;
     destructor Destroy; override;
     destructor Destroy; override;
     procedure SetReloc(ARelocType: byte; ARelocIndex: Integer);
     procedure SetReloc(ARelocType: byte; ARelocIndex: Integer);
+
+    property offsetText : string read operandText write operandText;
+    property alignText  : string read operandText2 write operandText2;
   end;
   end;
 
 
   { TWasmInstrList }
   { TWasmInstrList }