1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

Fix statprof-proc-call-data for recent changes

* module/statprof.scm (statprof-proc-call-data): Fix statprof for recent
  fixes.
This commit is contained in:
Andy Wingo 2013-10-18 11:47:05 +02:00
parent 27337b6373
commit d724a36562

View file

@ -426,7 +426,7 @@ none is available."
(if (positive? profile-level) (if (positive? profile-level)
(error "Can't call statprof-fold-called while profiler is running.")) (error "Can't call statprof-fold-called while profiler is running."))
(hashq-ref procedure-data proc)) (get-call-data proc))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Stats ;; Stats