Browse Source

* clarified the comment for aitconst_farptr

git-svn-id: trunk@24868 -
nickysn 12 years ago
parent
commit
bb06899ec7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/aasmtai.pas

+ 1 - 1
compiler/aasmtai.pas

@@ -139,7 +139,7 @@ interface
           aitconst_16bit_unaligned,
           aitconst_16bit_unaligned,
           aitconst_32bit_unaligned,
           aitconst_32bit_unaligned,
           aitconst_64bit_unaligned,
           aitconst_64bit_unaligned,
-          { i8086 far pointer }
+          { i8086 far pointer; emits: 'DW symbol, SEG symbol' }
           aitconst_farptr
           aitconst_farptr
         );
         );