mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 15:11:20 +08:00
(objc_init_statics): Fix missing part of last change.
From-SVN: r9604
This commit is contained in:
parent
f17dfa938d
commit
df27f225b7
@ -77,7 +77,7 @@ objc_init_statics ()
|
||||
*statics_in_module; statics_in_module++)
|
||||
{
|
||||
struct objc_static_instances *statics = *statics_in_module;
|
||||
Class *class = objc_lookup_class (statics->class_name);
|
||||
Class class = objc_lookup_class (statics->class_name);
|
||||
|
||||
if (!class)
|
||||
module_initialized = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user