Author: Antonio Cuni <[email protected]>
Branch: vmprof
Changeset: r74185:1efaad3b0d62
Date: 2014-10-24 17:37 +0100
http://bitbucket.org/pypy/pypy/changeset/1efaad3b0d62/
Log: (arigo, antocuni): oups, we don't want to dereference the address
diff --git a/pypy/module/_vmprof/src/trampoline.s
b/pypy/module/_vmprof/src/trampoline.s
--- a/pypy/module/_vmprof/src/trampoline.s
+++ b/pypy/module/_vmprof/src/trampoline.s
@@ -6,7 +6,7 @@
.cfi_startproc
pushq %rdi
.cfi_def_cfa_offset 16
- movabs pypy_pyframe_execute_frame, %rax
+ movabs $pypy_pyframe_execute_frame, %rax
callq *%rax
popq %rdi
.cfi_def_cfa_offset 8
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit