Update for sun arch.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1592 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2006-04-11 16:45:43 +00:00
parent 783ae4b9a0
commit 13479f6091
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* File: Regs.h *
* mods: *
* comments: YAP abstract machine registers *
* version: $Id: Regs.h,v 1.37 2006-03-03 23:11:03 vsc Exp $ *
* version: $Id: Regs.h,v 1.38 2006-04-11 16:45:43 rslopes Exp $ *
*************************************************************************/
@ -279,6 +279,8 @@ EXTERN inline void restore_B(void) {
#define RECOVER_B()
#endif
#define restore_TR()
#elif defined(__GNUC__) && defined(__alpha)
#define P Yap_REGS.P_ /* prolog machine program counter */