From: Richard Kenner Date: Fri, 17 May 1996 23:52:54 +0000 (-0400) Subject: (objc_get_uninstalled_dtable): New function. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7136f1320458f85ea094b4b2571e674536f00986;p=platform%2Fupstream%2Fgcc.git (objc_get_uninstalled_dtable): New function. From-SVN: r12019 --- diff --git a/gcc/objc/sendmsg.c b/gcc/objc/sendmsg.c index ab78329..d3ef66c 100644 --- a/gcc/objc/sendmsg.c +++ b/gcc/objc/sendmsg.c @@ -570,5 +570,13 @@ void __objc_print_dtable_stats() objc_mutex_unlock(__objc_runtime_mutex); } +/* Returns the dispatch table */ +__inline__ +struct sarray* +objc_get_uninstalled_dtable() +{ + return __objc_uninstalled_dtable; +} +