+ support 'dw SEG symbol' in the inline assembler on i8086

git-svn-id: trunk@32256 -
This commit is contained in:
nickysn 2015-11-06 15:35:20 +00:00
parent 266ebc351b
commit ca24b006ef

View File

@ -2311,6 +2311,9 @@ Unit Rax86int;
AS_LPAREN,
AS_NOT,
AS_INTNUM,
{$ifdef i8086}
AS_SEG,
{$endif i8086}
AS_ID :
Begin
BuildConstSymbolExpression(false,false,false,value,asmsym,asmsymtyp,isseg,is_farproc_entry);