Fix future visualizer not showing requested size for allocation events

This commit is contained in:
James Swaine 2012-07-12 10:05:22 -05:00
parent 5cbdf4dc76
commit fe26c07637

View File

@ -111,7 +111,7 @@
;;allocation-event? : event -> bool
(define (allocation-event? evt)
(equal? (event-prim-name evt) '|[allocate memory|))
(equal? (event-prim-name evt) '|[allocate memory]|))
;;jitcompile-event : event -> bool
(define (jitcompile-event? evt)