Explorar el Código

* yasm fix from Yuri Zaporogets

git-svn-id: trunk@3631 -
florian hace 19 años
padre
commit
783b91ba1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/i386/ag386nsm.pas

+ 1 - 1
compiler/i386/ag386nsm.pas

@@ -347,7 +347,7 @@ interface
 
     const
       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'RVA'#9,#9'FIXMEINDIRECT'#9
       );