瀏覽代碼

* similiar fix for i386 as done in r34984 for x86-64

git-svn-id: trunk@35016 -
florian 8 年之前
父節點
當前提交
d0b2701693
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/x86/cpubase.pas

+ 4 - 0
compiler/x86/cpubase.pas

@@ -388,6 +388,10 @@ implementation
             cgsize2subreg:=R_SUBMMX;
           OS_M256,OS_MS256:
             cgsize2subreg:=R_SUBMMY;
+          OS_NO:
+            { error message should have been thrown already before, so avoid only
+              an internal error }
+            cgsize2subreg:=R_SUBNONE;
           else
             internalerror(200301231);
         end;