ソースを参照

- 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 年 前
コミット
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:
                 ;