Skip to content
Snippets Groups Projects
Commit 03b57f81 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Added define for return value reg.

Rev: src/code/ppc32.h:1.10
parent a672323e
No related branches found
No related tags found
No related merge requests found
/* /*
* $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 #define PIKE_OPCODE_T unsigned INT32
...@@ -47,6 +47,8 @@ ...@@ -47,6 +47,8 @@
} \ } \
} while(0) } while(0)
#define PPC_REG_RET 0
#define PPC_REG_ARG1 3 #define PPC_REG_ARG1 3
#define PPC_REG_ARG2 4 #define PPC_REG_ARG2 4
#define PPC_REG_ARG3 5 #define PPC_REG_ARG3 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment