فهرست منبع

- 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:
                 ;