* src/vm/jit/x86_64/md-abi.h (REG_METHODPTR): Added.
authortwisti <none@none>
Thu, 20 Apr 2006 10:42:01 +0000 (10:42 +0000)
committertwisti <none@none>
Thu, 20 Apr 2006 10:42:01 +0000 (10:42 +0000)
src/vm/jit/x86_64/md-abi.h

index 6f81b7504ac3b37f76c79a40b9460ee65deba7c0..d3d244638e7d615a06a73aefc4b82a49fe890e98 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md-abi.h 4788 2006-04-18 20:20:13Z twisti $
+   $Id: md-abi.h 4794 2006-04-20 10:42:01Z twisti $
 
 */
 
 #define REG_ITMP2       R10      /* temporary register and method pointer     */
 #define REG_ITMP3       R11      /* temporary register                        */
 
+#define REG_METHODPTR   REG_ITMP2/* pointer to the place from where the       */
+                                 /* procedure vector has been fetched         */
+
 #define REG_NULL        -1       /* used for reg_of_var where d is not needed */
 
-#define REG_ITMP1_XPTR  RAX      /* exception pointer = temporary register 1  */
-#define REG_ITMP2_XPC   R10      /* exception pc = temporary register 2       */
+#define REG_ITMP1_XPTR  REG_ITMP1/* exception pointer = temporary register 1  */
+#define REG_ITMP2_XPC   REG_ITMP2/* exception pc = temporary register 2       */
 
 #define REG_SP          RSP      /* stack pointer                             */