Pārlūkot izejas kodu

* fixed the token2str const array for intel syntax x86 asm

git-svn-id: trunk@37540 -
nickysn 7 gadi atpakaļ
vecāks
revīzija
9649154368
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      compiler/x86/rax86int.pas

+ 3 - 3
compiler/x86/rax86int.pas

@@ -128,12 +128,12 @@ Unit Rax86int;
 
       token2str : array[tasmtoken] of string[10] = (
         '','Label','LLabel','String','Integer',
-        ',',',',',',',',',','[',']','(',
+        ',','[',']','(',
         ')',':','.','+','-','*',
         ';','identifier','register','opcode','/',
         '','','','','','','END',
-        '','','','','','','','','',
-        '','','sizeof','vmtoffset','','type','ptr','mod','shl','shr','not',
+        '','','','','','','','','','','','',
+        '','','','sizeof','vmtoffset','','type','ptr','mod','shl','shr','not',
         'and','or','xor','wrt','..gotpcrel'
       );