diff options
| -rw-r--r-- | gcc/objc/sendmsg.c | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} + |
