2008-06-07 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Sat, 7 Jun 2008 16:17:59 +0000 (16:17 -0000)
committerZoltan Varga <vargaz@gmail.com>
Sat, 7 Jun 2008 16:17:59 +0000 (16:17 -0000)
commitfabdfebffaf405cf188eff2478c75b38f24d4220
tree9d12a1a72ad932bd429a17968f1a504757dd641b
parent5784a8abe636cb28e04aeea7728f48acd11a1e73
2008-06-07  Zoltan Varga  <vargaz@gmail.com>

* threads.c (mono_set_pending_exception): New internal function to set the
pending exception of the current thread.
(mono_thread_get_and_clear_pending_exception): Check for
thread->pending_exception as well.

* object-internals.h (struct _MonoThread): Add 'pending_exception' field.

svn path=/trunk/mono/; revision=105239
mono/metadata/ChangeLog
mono/metadata/object-internals.h
mono/metadata/threads.c