mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 01:09:27 +02:00
+ support 'dw SEG symbol' in the inline assembler on i8086
git-svn-id: trunk@32256 -
This commit is contained in:
parent
266ebc351b
commit
ca24b006ef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user