summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-10 15:58:16 +0000
committernickysn <nickysn@3ad0048d-3df7-0310-abae-a5850022a9f2>2019-06-10 15:58:16 +0000
commit68b965fa7500e4d9ffa406801fd6eed22da107f9 (patch)
tree2b7176956355bb39acff0bfbe328af033996a1f9
parentae44ea7ebf7a2e54476bcf9f63432b74cbf23519 (diff)
downloadfpc-68b965fa7500e4d9ffa406801fd6eed22da107f9.tar.gz
+ 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
-rw-r--r--compiler/systems.pas3
1 files changed, 3 insertions, 0 deletions
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