Explorar o código

- 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 %!s(int64=9) %!d(string=hai) anos
pai
achega
a376229d80
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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:
                 ;