mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build ppc
This commit is contained in:
parent
82a863831c
commit
c6d2da38f1
@ -69,6 +69,11 @@ typedef jmp_buf cs_jmp_buf;
|
||||
|
||||
#ifdef JB_SP
|
||||
#define CS_JB_SP JB_SP
|
||||
|
||||
#elif defined(__ppc__)
|
||||
/* This was determined experimentally through test_setjmp. */
|
||||
#define CS_JB_SP 0
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* __i386__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user