]> git.saurik.com Git - cycript.git/blobdiff - Parser.hpp
Support SO variable even when not Mach.
[cycript.git] / Parser.hpp
index 692be9b52c5f8df7e7549efc39ace21f27cf3e4c..aad1d478db2ec111ddf7ab8121897a40a8eb519a 100644 (file)
@@ -354,7 +354,7 @@ struct CYContext {
     void ReplaceAll(Type_ *&values) {
         Type_ **last(&values);
         CYForEach (next, values) {
-            Replace(*last);
+            Replace(*last = next);
             last = &(*last)->next_;
         }
     }