Skip to content
Commit 0ec7c9f8 authored by Jeff Dike's avatar Jeff Dike Committed by Adrian Bunk
Browse files

uml: fix signal frame alignment



Use the same signal frame alignment calculations as the underlying
architecture.  x86_64 appeared to do this, but the "- 8" was really
subtracting 8 * sizeof(struct rt_sigframe) rather than 8 bytes.

UML/i386 might have been OK, but I changed the calculation to match
i386 just to be sure.

Signed-off-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent 419c9c25
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment