Author: fijal
Branch: vmprof-newstack
Changeset: r81667:65638eea1b89
Date: 2016-01-11 12:05 +0200
http://bitbucket.org/pypy/pypy/changeset/65638eea1b89/

Log:    ups

diff --git a/rpython/rlib/rvmprof/src/vmprof_main.h 
b/rpython/rlib/rvmprof/src/vmprof_main.h
--- a/rpython/rlib/rvmprof/src/vmprof_main.h
+++ b/rpython/rlib/rvmprof/src/vmprof_main.h
@@ -158,7 +158,7 @@
             n += 2;
         }
 #ifdef PYPY_JIT_CODEMAP
-        if (stack->kind == VMPROF_JITTED_TAG) {
+        else if (stack->kind == VMPROF_JITTED_TAG) {
             pc = ((intptr_t*)(stack->value - sizeof(intptr_t)))[0];
             n = vmprof_write_header_for_jit_addr(result, n, pc, max_depth);
             stack = stack->next;
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to