summaryrefslogtreecommitdiff
path: root/viengoos/rm.h
diff options
context:
space:
mode:
authorneal <neal>2008-02-08 10:33:18 +0000
committerneal <neal>2008-02-08 10:33:18 +0000
commit4588ba6dced5f7d7568fae773a09d5a0aaf6ac93 (patch)
tree10079f664ee927caece33deb2bba3b674fab388c /viengoos/rm.h
parent5bf5e9859b063159150789c9b04f2371a6308c4e (diff)
2008-02-08 Neal H. Walfield <neal@gnu.org>
* rm.h (rm_method_id_string): Handle RM_thread_wait_object_destroyed.
Diffstat (limited to 'viengoos/rm.h')
-rw-r--r--viengoos/rm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/viengoos/rm.h b/viengoos/rm.h
index 0cb1cea..06982bd 100644
--- a/viengoos/rm.h
+++ b/viengoos/rm.h
@@ -63,6 +63,8 @@ rm_method_id_string (int id)
return "exception_collect";
case RM_thread_exregs:
return "thread_exregs";
+ case RM_thread_wait_object_destroyed:
+ return "thread_wait_object_destroyed";
case RM_activity_policy:
return "activity_policy";
case RM_futex: