Quellcode durchsuchen

* reinstate the internalerror removed in r41730 for i386, as that was a valid condition to verify

git-svn-id: trunk@41731 -
Károly Balogh vor 6 Jahren
Ursprung
Commit
2c1639003c
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 3 0
      compiler/i386/cpupara.pas

+ 3 - 0
compiler/i386/cpupara.pas

@@ -447,6 +447,9 @@ unit cpupara;
             { syscall for AROS can have already a paraloc set }
             if (vo_has_explicit_paraloc in hp.varoptions) then
               begin
+                { on AROS-i386, only the libbase can have explicit paraloc }
+                if not (vo_is_syscall_lib in hp.varoptions) then
+                  internalerror(2016090105);
                 if p.proccalloption in pushleftright_pocalls then
                   dec(i)
                 else