From 03b57f817f0106c41e89fcb214a5c07c99fa4716 Mon Sep 17 00:00:00 2001
From: Marcus Comstedt <marcus@mc.pp.se>
Date: Wed, 19 Sep 2001 23:59:15 +0200
Subject: [PATCH] Added define for return value reg.

Rev: src/code/ppc32.h:1.10
---
 src/code/ppc32.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/code/ppc32.h b/src/code/ppc32.h
index 970d943c7b..82ad57bbfb 100644
--- a/src/code/ppc32.h
+++ b/src/code/ppc32.h
@@ -1,5 +1,5 @@
 /*
- * $Id: ppc32.h,v 1.9 2001/08/16 21:35:41 marcus Exp $
+ * $Id: ppc32.h,v 1.10 2001/09/19 21:59:15 marcus Exp $
  */
 
 #define PIKE_OPCODE_T	unsigned INT32
@@ -47,6 +47,8 @@
     }									  \
   } while(0)
 
+#define PPC_REG_RET 0
+
 #define PPC_REG_ARG1 3
 #define PPC_REG_ARG2 4
 #define PPC_REG_ARG3 5
-- 
GitLab