diff options
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index cc69a3c0c3..5dcac74c34 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -185,6 +185,8 @@ typedef struct icount_decr_u16 { int nb_watchpoints; \ int watchpoint_hit; \ \ + struct GDBRegisterState *gdb_regs; \ + \ /* Core interrupt code */ \ jmp_buf jmp_env; \ int exception_index; \ |