* src/vm/jit/i386/md-asm.h (mptr): Added.
authortwisti <none@none>
Tue, 11 Jul 2006 18:35:27 +0000 (18:35 +0000)
committertwisti <none@none>
Tue, 11 Jul 2006 18:35:27 +0000 (18:35 +0000)
src/vm/jit/i386/md-asm.h

index 0e43dea57bdfdc6ed0accbdc0fa00fafda3988b4..2c9c5d54483e76caf0472909ba5939943107ca38 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md-asm.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: md-asm.h 5107 2006-07-11 18:35:27Z twisti $
 
 */
 
@@ -57,6 +57,7 @@
 
 #define xptr     itmp1
 #define xpc      itmp2
+#define mptr     itmp2
 
 
 /* save and restore macros ****************************************************/