summaryrefslogtreecommitdiff
path: root/mips_sgi_mach_dep.s
diff options
context:
space:
mode:
authorhboehm <hboehm>2009-05-22 23:38:02 +0000
committerIvan Maidanski <ivmai@mail.ru>2011-07-26 21:06:44 +0400
commit608ce640ddabe55baa5571c05ff0fa46862aa229 (patch)
treecd22374b555ce3956c79cdcb099b14834ff5dd25 /mips_sgi_mach_dep.s
parentf1e82cd23bbd44846c6f20d713cd8fd333734f8d (diff)
downloadbdwgc-608ce640ddabe55baa5571c05ff0fa46862aa229.tar.gz
2009-05-22 Hans Boehm <Hans.Boehm@hp.com> (Really Ivan Maidanski, diff61)
* Makefile, Makefile.direct: GC_SOLAIS_PTHREADS was replaced by GC_SOLARIS_THREADS. * include/gc.h: Improve finalizer documentation. * mips_sgi_mach_dep.s: Replace _MIPS_SIM_ABI32 with _ABIO32. * pthread_stop_world.c, Makefile.dj: Fix typos.
Diffstat (limited to 'mips_sgi_mach_dep.s')
-rw-r--r--mips_sgi_mach_dep.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips_sgi_mach_dep.s b/mips_sgi_mach_dep.s
index 56390280..cadacf5e 100644
--- a/mips_sgi_mach_dep.s
+++ b/mips_sgi_mach_dep.s
@@ -24,7 +24,7 @@
# endif
SAVE_GP(GPOFF)
REG_S ra,RAOFF(sp)
-# if (_MIPS_SIM == _MIPS_SIM_ABI32)
+# if (_MIPS_SIM == _ABIO32)
call_push($2)
call_push($3)
# endif