[PATCH 140/188] scanning for align keyword

From 1e2c7a136abbef6afdc831b7874fc6b495c1577b Mon Sep 17 00:00:00 2001
From: Dmitry Boyarintsev <skalogryz.lists@gmail.com>
Date: Wed, 25 Mar 2020 10:38:13 -0400

git-svn-id: branches/wasm@46136 -
This commit is contained in:
nickysn 2020-08-03 13:01:33 +00:00
parent 9223e3c1ec
commit f6c2e6d8b8

View File

@ -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