From 68b965fa7500e4d9ffa406801fd6eed22da107f9 Mon Sep 17 00:00:00 2001 From: nickysn Date: Mon, 10 Jun 2019 15:58:16 +0000 Subject: + add asmmode_standard to the asmmodes_x86_intel set on i8086, because i8086 defaults to intel syntax git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@42210 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/systems.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/systems.pas b/compiler/systems.pas index 0a31907d19..e5414a22e5 100644 --- a/compiler/systems.pas +++ b/compiler/systems.pas @@ -432,6 +432,9 @@ interface { x86 asm modes with an Intel-style syntax } asmmodes_x86_intel = [ +{$ifdef i8086} + asmmode_standard, +{$endif i8086} asmmode_i8086_intel, asmmode_i386_intel, asmmode_x86_64_intel -- cgit v1.2.1