mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Restore RIP on return from a signal handler on amd64 - mirrors the
change in revision 5641 to restore EIP on x86. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5652
This commit is contained in:
parent
391d10fdeb
commit
cb62675be9
@ -565,7 +565,7 @@ void restore_sigcontext( ThreadState *tst,
|
||||
tst->arch.vex.guest_R14 = sc->r14;
|
||||
tst->arch.vex.guest_R15 = sc->r15;
|
||||
//:: tst->arch.vex.guest_rflags = sc->rflags;
|
||||
//:: tst->arch.vex.guest_RIP = sc->rip;
|
||||
tst->arch.vex.guest_RIP = sc->rip;
|
||||
|
||||
//:: tst->arch.vex.guest_CS = sc->cs;
|
||||
//:: tst->arch.vex.guest_FS = sc->fs;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user