summaryrefslogtreecommitdiff
path: root/boehm-gc/hpux_irix_threads.c
diff options
context:
space:
mode:
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-19 02:29:16 +0000
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-19 02:29:16 +0000
commitc5addc342a45d06ed03e27e9611009842680bbb1 (patch)
treeb994ff1648f56f954388f0f6acfe4414031cbe1b /boehm-gc/hpux_irix_threads.c
parentb1efe5cefc116a93eb849c59ebe711c31ebbca74 (diff)
downloadgcc-c5addc342a45d06ed03e27e9611009842680bbb1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r33244,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33245 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/hpux_irix_threads.c')
-rw-r--r--boehm-gc/hpux_irix_threads.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/boehm-gc/hpux_irix_threads.c b/boehm-gc/hpux_irix_threads.c
index a5b2cce5f85..f6e74365216 100644
--- a/boehm-gc/hpux_irix_threads.c
+++ b/boehm-gc/hpux_irix_threads.c
@@ -387,7 +387,8 @@ int GC_is_thread_stack(ptr_t addr)
}
# endif
-/* We hold allocation lock. We assume the world is stopped. */
+/* We hold allocation lock. Should do exactly the right thing if the */
+/* world is stopped. Should not fail if it isn't. */
void GC_push_all_stacks()
{
register int i;