bignum support fixes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1531 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
7
H/Regs.h
7
H/Regs.h
@@ -10,7 +10,7 @@
|
||||
* File: Regs.h *
|
||||
* mods: *
|
||||
* comments: YAP abstract machine registers *
|
||||
* version: $Id: Regs.h,v 1.34 2006-01-17 22:50:10 tiagosoares Exp $ *
|
||||
* version: $Id: Regs.h,v 1.35 2006-02-01 13:28:56 vsc Exp $ *
|
||||
*************************************************************************/
|
||||
|
||||
|
||||
@@ -30,6 +30,11 @@
|
||||
#undef PUSH_X
|
||||
#endif
|
||||
|
||||
#ifdef __x86_64__
|
||||
#undef PUSH_REGS
|
||||
#undef PUSH_X
|
||||
#endif
|
||||
|
||||
#if defined(sparc) || defined(__sparc)
|
||||
#undef PUSH_REGS
|
||||
#undef PUSH_X
|
||||
|
Reference in New Issue
Block a user