]> sourceware.org Git - systemtap.git/blobdiff - tapset-method.cxx
PR18431: Function overloading
[systemtap.git] / tapset-method.cxx
index d548b363babd43590c9a3327b2cd1d336b11e3f7..576a6b22583a1912069ad5df7f8f543978811882 100644 (file)
@@ -55,7 +55,7 @@ struct java_details_inspection: public functioncall_traversing_visitor
 void
 java_details_inspection::visit_functioncall(functioncall* e)
 {
-  assert(!e->referent); // we haven't elborated yet, so there should never be referents, bail if here is
+  assert(e->referents.empty()); // we haven't elborated yet, so there should never be referents, bail if here is
   if (e->function == "sprint_java_backtrace" || e->function == "print_java_backtrace" ){
     java_backtrace = true;
     return; // no need to search anymore we know we'll need the extra information
This page took 0.022502 seconds and 5 git commands to generate.