mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1267 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
6 lines
177 B
C
6 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
|