Browse Source

* ie checking in spilling code improved

florian 21 years ago
parent
commit
9ebffe215b
1 changed files with 9 additions and 4 deletions
  1. 9 4
      compiler/x86/rgx86.pas

+ 9 - 4
compiler/x86/rgx86.pas

@@ -136,6 +136,8 @@ implementation
       with taicpu(instr) do
       with taicpu(instr) do
        begin
        begin
          case ops of
          case ops of
+           0:
+             ;
            1:
            1:
              begin
              begin
                if (oper[0]^.typ=top_reg) and
                if (oper[0]^.typ=top_reg) and
@@ -474,9 +476,9 @@ implementation
                  end;
                  end;
              end;
              end;
            3:
            3:
-             begin
-               {$warning todo!!}
-             end;
+             internalerror(200409201);
+           else
+             internalerror(200409202);
          end;
          end;
        end;
        end;
     end;
     end;
@@ -614,7 +616,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2004-06-20 08:55:32  florian
+  Revision 1.5  2004-09-26 07:15:07  florian
+    * ie checking in spilling code improved
+
+  Revision 1.4  2004/06/20 08:55:32  florian
     * logs truncated
     * logs truncated
 
 
   Revision 1.3  2004/06/16 20:07:11  florian
   Revision 1.3  2004/06/16 20:07:11  florian