[macruby-changes] [4072] MacRuby/trunk/vm.cpp

source_changes at macosforge.org source_changes at macosforge.org
Tue May 11 16:42:24 PDT 2010


Revision: 4072
          http://trac.macosforge.org/projects/ruby/changeset/4072
Author:   lsansonetti at apple.com
Date:     2010-05-11 16:42:23 -0700 (Tue, 11 May 2010)
Log Message:
-----------
for later

Modified Paths:
--------------
    MacRuby/trunk/vm.cpp

Modified: MacRuby/trunk/vm.cpp
===================================================================
--- MacRuby/trunk/vm.cpp	2010-05-11 22:24:22 UTC (rev 4071)
+++ MacRuby/trunk/vm.cpp	2010-05-11 23:42:23 UTC (rev 4072)
@@ -266,6 +266,8 @@
 	    std::string path;
 	    for (std::vector<EmittedFunctionDetails::LineStart>::const_iterator iter = Details.LineStarts.begin(); iter != Details.LineStarts.end(); ++iter) {
 #if LLVM_TOT
+		//MDNode *scope = iter->Loc.getScope(F.getContext());
+		//DILocation dil = DILocation(scope);
 		DILocation dil = Details.MF->getDILocation(iter->Loc);
 		if (path.size() == 0) {
 		    DIScope scope = dil.getScope();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100511/ed80f30d/attachment.html>


More information about the macruby-changes mailing list