Commit df27f225 by Richard Kenner

(objc_init_statics): Fix missing part of last change.

From-SVN: r9604
parent f17dfa93
...@@ -77,7 +77,7 @@ objc_init_statics () ...@@ -77,7 +77,7 @@ objc_init_statics ()
*statics_in_module; statics_in_module++) *statics_in_module; statics_in_module++)
{ {
struct objc_static_instances *statics = *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) if (!class)
module_initialized = 0; module_initialized = 0;
......
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