mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
cpu: Move jmp_env field from CPU_COMMON to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
8cd70437f3
commit
6f03bef0ff
4 changed files with 9 additions and 6 deletions
|
@ -24,7 +24,6 @@
|
|||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include <setjmp.h>
|
||||
#include <inttypes.h>
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/queue.h"
|
||||
|
@ -141,7 +140,6 @@ typedef struct CPUWatchpoint {
|
|||
CPUWatchpoint *watchpoint_hit; \
|
||||
\
|
||||
/* Core interrupt code */ \
|
||||
sigjmp_buf jmp_env; \
|
||||
int exception_index; \
|
||||
\
|
||||
/* user data */ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue