2008-11-21 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Fri, 21 Nov 2008 21:44:38 +0000 (21:44 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 21 Nov 2008 21:44:38 +0000 (21:44 -0000)
* mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.

svn path=/trunk/mono/; revision=119675

mono/mini/ChangeLog
mono/mini/mini-ops.h

index f470a23dad50baf1e52d7636bca09bc485b668af..34b8ba4ac3d1bf03f5a3465691a08792a67ec912 100644 (file)
@@ -1,5 +1,7 @@
 2008-11-21  Zoltan Varga  <vargaz@gmail.com>
 
+       * mini-ops.h: Correct the dreg type of OP_LOADI8_MEMBASE.
+       
        * mini-ops.h: Correct the dreg type of a few long opcodes.
 
        * mini-amd64.h: Applied patch from Mihai Chelaru <kefren@ngnetworks.ro>.
index 59f8a96080f840cd2426206e0152da34c896ff6e..c99ad42e8028db91159eb3380a2693883559922e 100644 (file)
@@ -94,7 +94,7 @@ MINI_OP(OP_LOADI2_MEMBASE,"loadi2_membase", IREG, IREG, NONE)
 MINI_OP(OP_LOADU2_MEMBASE,"loadu2_membase", IREG, IREG, NONE)
 MINI_OP(OP_LOADI4_MEMBASE,"loadi4_membase", IREG, IREG, NONE)
 MINI_OP(OP_LOADU4_MEMBASE,"loadu4_membase", IREG, IREG, NONE)
-MINI_OP(OP_LOADI8_MEMBASE,"loadi8_membase", IREG, IREG, NONE)
+MINI_OP(OP_LOADI8_MEMBASE,"loadi8_membase", LREG, IREG, NONE)
 MINI_OP(OP_LOADR4_MEMBASE,"loadr4_membase", FREG, IREG, NONE)
 MINI_OP(OP_LOADR8_MEMBASE,"loadr8_membase", FREG, IREG, NONE)