mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Use the proper function.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15118
This commit is contained in:
parent
fd55c4421f
commit
eee95ccc03
@ -574,7 +574,7 @@ typedef struct SigQueue {
|
||||
# define VG_UCONTEXT_SYSCALL_NUM(uc) ((uc)->uc_mcontext.gregs[10])
|
||||
# define VG_UCONTEXT_SYSCALL_SYSRES(uc) \
|
||||
/* Convert the value in uc_mcontext.rax into a SysRes. */ \
|
||||
VG_(mk_SysRes_amd64_linux)((uc)->uc_mcontext.gregs[0])
|
||||
VG_(mk_SysRes_tilegx_linux)((uc)->uc_mcontext.gregs[0])
|
||||
# define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \
|
||||
{ (srP)->r_pc = (uc)->uc_mcontext.pc; \
|
||||
(srP)->r_sp = (uc)->uc_mcontext.sp; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user