mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 14:42:03 +00:00
The problem was that 'struct sigframe' has both a uContext struct member and a puContext pointer to that struct. And puContext wasn't being initialized to point to uContext. It seems that the pthread sigreturn code uses puContext on i386. amd64, with register arguments, didn't have this problem.