Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
7 lines
177 B
C
7 lines
177 B
C
/*
|
|
* offsetof(struct sigframe, sc.eip)
|
|
* offsetof(struct rt_sigframe, uc.tuc_mcontext.eip)
|
|
*/
|
|
#define SIGFRAME_SIGCONTEXT_eip 64
|
|
#define RT_SIGFRAME_SIGCONTEXT_eip 220
|