Explorar o código

movzx,movsx don't support memory destinations

peter %!s(int64=20) %!d(string=hai) anos
pai
achega
4794119dd3
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      compiler/x86/rgx86.pas

+ 6 - 1
compiler/x86/rgx86.pas

@@ -166,6 +166,8 @@ implementation
                             { Some instructions don't allow memory references
                               for destination }
                             case instr.opcode of
+                              A_MOVZX,
+                              A_MOVSX,
                               A_MULSS,
                               A_MULSD,
                               A_SUBSS,
@@ -323,7 +325,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.12  2005-02-14 17:13:10  peter
+  Revision 1.13  2005-03-10 00:27:04  peter
+  movzx,movsx don't support memory destinations
+
+  Revision 1.12  2005/02/14 17:13:10  peter
     * truncate log
 
 }