Skip to content
Commit 96665788 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

tracing, x86: fix constraint for parent variable



The constraint used for retrieving and restoring the parent function
pointer is incorrect. The parent variable is a pointer, and the
address of the pointer is modified by the asm statement and not
the pointer itself. It is incorrect to pass it in as an output
constraint since the asm will never update the pointer.

Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent 667d2412
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment