[pypy-commit] jitviewer default: oops

fijal noreply at buildbot.pypy.org
Mon Mar 25 05:03:53 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r226:dc0e1f65f38b
Date: 2013-03-24 21:03 -0700
http://bitbucket.org/pypy/jitviewer/changeset/dc0e1f65f38b/

Log:	oops

diff --git a/_jitviewer/templates/loop.html b/_jitviewer/templates/loop.html
--- a/_jitviewer/templates/loop.html
+++ b/_jitviewer/templates/loop.html
@@ -13,7 +13,7 @@
                    {% for op in chunk.operations %}
                       {% if op.name != "debug_merge_point" %}
                         {% if op.bridge %}
-                        <span class="guard single-operation">{{op.html_repr()}}</span><a class="bridgelink" data-name="{{ op.bridge.descr }}" href="#"> show bridge</a>  (run {{op.count}} times, ~{{op.percentage}}%)<br/>
+                        <span class="guard single-operation">{{op.html_repr()}}</span><a class="bridgelink" data-name="{{ op.bridge }}" href="#"> show bridge</a>  (run {{op.count}} times, ~{{op.percentage}}%)<br/>
                           {% if op.asm %}
                             <p class="asm">{{op.asm}}</p>
                           {% endif %}


More information about the pypy-commit mailing list