summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc <devnull@localhost>1998-06-09 01:14:56 +0000
committerwtc <devnull@localhost>1998-06-09 01:14:56 +0000
commitd0b80a5a0ca20945341e1d87c225c6fcee13a937 (patch)
tree379ace7862b717478602641e559dbe506c3b2142
parentf67f26137ec7000287cfda74f54c826c93016956 (diff)
downloadnspr-hg-d0b80a5a0ca20945341e1d87c225c6fcee13a937.tar.gz
Bugzilla bug #351: Removed two extra '>' characters.OJI_19980618_BASENORMANDY_BEACH_BASE
Thanks to Romain Vignes <rvignes@cal.fr> for the problem report and fix.
-rw-r--r--pr/include/md/_macos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/md/_macos.h b/pr/include/md/_macos.h
index 2bb0ed9d..9f80e878 100644
--- a/pr/include/md/_macos.h
+++ b/pr/include/md/_macos.h
@@ -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