Skip to content

Commit

Permalink
Assignement manuel de registres pour le PowerPC.
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@599 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
xavierleroy committed Jan 8, 1996
1 parent e1cec06 commit 382c531
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions byterun/interp.c
Expand Up @@ -89,6 +89,11 @@ extern code_t start_code;
#define SP_REG asm("%edi")
#define ACCU_REG
#endif
#if defined(PPC) || defined(_POWER) || defined(_IBMR2)
#define PC_REG asm("31")
#define SP_REG asm("30")
#define ACCU_REG asm("29")
#endif
#endif

/* The interpreter itself */
Expand Down

0 comments on commit 382c531

Please sign in to comment.