Browse Source

* yasm fix from Yuri Zaporogets

git-svn-id: trunk@3631 -
florian 19 years ago
parent
commit
783b91ba1e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/i386/ag386nsm.pas

+ 1 - 1
compiler/i386/ag386nsm.pas

@@ -347,7 +347,7 @@ interface
 
 
     const
     const
       ait_const2str : array[aitconst_128bit..aitconst_indirect_symbol] of string[20]=(
       ait_const2str : array[aitconst_128bit..aitconst_indirect_symbol] of string[20]=(
-        #9'FIXME128',#9'FIXME64',#9'DD'#9,#9'DW'#9,#9'DB'#9,
+        #9'DDQ'#9,#9'DQ'#9,#9'DD'#9,#9'DW'#9,#9'DB'#9,
         #9'FIXMESLEB',#9'FIXEMEULEB',
         #9'FIXMESLEB',#9'FIXEMEULEB',
         #9'RVA'#9,#9'FIXMEINDIRECT'#9
         #9'RVA'#9,#9'FIXMEINDIRECT'#9
       );
       );