Commit 7136f132 by Richard Kenner

(objc_get_uninstalled_dtable): New function.

From-SVN: r12019
parent 4847c938
...@@ -570,5 +570,13 @@ void __objc_print_dtable_stats() ...@@ -570,5 +570,13 @@ void __objc_print_dtable_stats()
objc_mutex_unlock(__objc_runtime_mutex); objc_mutex_unlock(__objc_runtime_mutex);
} }
/* Returns the dispatch table */
__inline__
struct sarray*
objc_get_uninstalled_dtable()
{
return __objc_uninstalled_dtable;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment