Просмотр исходного кода

- removed IF_CYRIX and IF_AMD from the TODO list of instructions, that we're
supposed to handle in the i8086 internal asm instruction level check, because
these two flags are no longer part of the IF_PLEVEL mask, after r33316

git-svn-id: trunk@33318 -

nickysn 9 лет назад
Родитель
Сommit
a376229d80
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      compiler/x86/aasmcpu.pas

+ 0 - 2
compiler/x86/aasmcpu.pas

@@ -2740,8 +2740,6 @@ implementation
                 if objdata.CPUType>=cpu_386 then
                   Message(asmw_e_instruction_not_supported_by_cpu);
               { todo: handle these properly }
-              IF_CYRIX,
-              IF_AMD,
               IF_CENTAUR,
               IF_SANDYBRIDGE:
                 ;