Skip to content
Commit 024e8ac0 authored by Roland McGrath's avatar Roland McGrath
Browse files

x86_64: fix ia32 AMD syscall audit fast-path

The new code in commit 5cbf1565


has a bug in the version supporting the AMD 'syscall' instruction.
It clobbers the user's %ecx register value (with the %ebp value).

This change fixes it.

Signed-off-by: default avatarRoland McGrath <roland@redhat.com>
parent 1ff84198
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