Browse Source

- 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 years ago
parent
commit
a376229d80
1 changed files with 0 additions and 2 deletions
  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:
                 ;