diff options
author | hboehm <hboehm> | 2009-05-22 23:38:02 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:44 +0400 |
commit | 608ce640ddabe55baa5571c05ff0fa46862aa229 (patch) | |
tree | cd22374b555ce3956c79cdcb099b14834ff5dd25 /mips_sgi_mach_dep.s | |
parent | f1e82cd23bbd44846c6f20d713cd8fd333734f8d (diff) | |
download | bdwgc-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.s | 2 |
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 |