diff --git a/src/code/ppc32.h b/src/code/ppc32.h
index 970d943c7b7f79011c3e90855bd32b9785333237..82ad57bbfb4ae2896f239c99f49e3cc007335499 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