mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 00:29:20 +02:00
[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:
parent
9223e3c1ec
commit
f6c2e6d8b8
@ -106,6 +106,7 @@ begin
|
|||||||
case txt[1] of
|
case txt[1] of
|
||||||
'a':
|
'a':
|
||||||
if txt='anyfunc' then entity:=weFuncRef
|
if txt='anyfunc' then entity:=weFuncRef
|
||||||
|
else if txt = 'align' then entity:=weAlign
|
||||||
else if TextToInst(txt, instByte) then entity:=weInstr;
|
else if TextToInst(txt, instByte) then entity:=weInstr;
|
||||||
'd':
|
'd':
|
||||||
if txt=KEY_DATA then entity:=weData
|
if txt=KEY_DATA then entity:=weData
|
||||||
|
Loading…
Reference in New Issue
Block a user