Browse Source

[PATCH 140/188] scanning for align keyword

From 1e2c7a136abbef6afdc831b7874fc6b495c1577b Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <[email protected]>
Date: Wed, 25 Mar 2020 10:38:13 -0400

git-svn-id: branches/wasm@46136 -
nickysn 5 years ago
parent
commit
f6c2e6d8b8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/wasmbin/watscanner.pas

+ 1 - 0
utils/wasmbin/watscanner.pas

@@ -106,6 +106,7 @@ begin
   case txt[1] of
     'a':
       if txt='anyfunc' then entity:=weFuncRef
+      else if txt = 'align' then entity:=weAlign
       else if TextToInst(txt, instByte) then entity:=weInstr;
     'd':
       if txt=KEY_DATA then entity:=weData