mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 05:50:37 +00:00
bsd-user/arm/target_arch_signal.h: Define size of *context_t
Define the native sizes of mcontext_t and ucontext_t so that the tests in target_os_ucontext.h ensure the size of arm's version of these structures is correct. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
03fd4028f1
commit
2cb1e6432f
@ -74,6 +74,9 @@ typedef struct target_mcontext {
|
||||
abi_int mc_spare[33];
|
||||
} target_mcontext_t;
|
||||
|
||||
#define TARGET_MCONTEXT_SIZE 208
|
||||
#define TARGET_UCONTEXT_SIZE 260
|
||||
|
||||
#include "target_os_ucontext.h"
|
||||
|
||||
struct target_sigframe {
|
||||
|
Loading…
Reference in New Issue
Block a user