]> git.saurik.com Git - cycript.git/blobdiff - Output.cpp
Added bridging for nlist_64, activated memory manager, and setup a remap from singlet...
[cycript.git] / Output.cpp
index d5c4502f3e43e5abfff998d9654f280ee0214c16..3396b483207c555a34fccf778fdee0d364ad0786 100644 (file)
@@ -46,7 +46,7 @@ bool CYTrue::Value() const {
 
 void CYAddressOf::Output(std::ostream &out, CYFlags flags) const {
     rhs_->Output(out, 1, CYLeft(flags));
-    out << ".$()";
+    out << ".addressOf()";
 }
 
 void CYArgument::Output(std::ostream &out) const {