]> sourceware.org Git - systemtap.git/commit
Fix method argument amount calculation
authorLukas Berk <lberk@redhat.com>
Sat, 2 Mar 2013 20:41:59 +0000 (15:41 -0500)
committerLukas Berk <lberk@redhat.com>
Wed, 1 May 2013 15:10:07 +0000 (11:10 -0400)
commit60f99dfefd800f68cb58e4f071f916c4dd8ecedf
treee18db6fa004d4dfadfd73fab4170f7454de6d656
parent9dedd75f13fa6f16e84064fb69529d1dd0cd7240
Fix method argument amount calculation

*tapset-method.cxx: previously the number of arguments in a method
    was determined by counting the number of ','s.
    Fix this by checking for distance between ()'s
tapset-method.cxx
This page took 0.064652 seconds and 5 git commands to generate.