зеркало из https://github.com/mozilla/pjs.git
Bugzilla bug #351: Removed two extra '>' characters.
Thanks to Romain Vignes <rvignes@cal.fr> for the problem report and fix.
This commit is contained in:
Родитель
60d6ca5b96
Коммит
77ea041820
|
@ -171,8 +171,8 @@ PR_EXTERN(PRThread *) PR_GetPrimaryThread();
|
|||
#define kDefaultMacintoshStackSize 58 * 1024
|
||||
#define PR_NUM_GCREGS 70
|
||||
#else
|
||||
#define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->>md.jb) + 6))
|
||||
#define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->>md.jb) + 12))
|
||||
#define _MD_GET_PC(_t) (*((PRUint32 *)((_t)->md.jb) + 6))
|
||||
#define _MD_GET_SP(_t) (*((PRUint32 *)((_t)->md.jb) + 12))
|
||||
#define INIT_STACKPTR(stackTop) ((unsigned char*)stackTop - 4)
|
||||
#define kDefaultMacintoshStackSize 58 * 1024
|
||||
#define PR_NUM_GCREGS 13
|
||||
|
|
Загрузка…
Ссылка в новой задаче