diff options
Diffstat (limited to 'cpu-defs.h')
-rw-r--r-- | cpu-defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpu-defs.h b/cpu-defs.h index 7001ca4b25..f7f5f1730d 100644 --- a/cpu-defs.h +++ b/cpu-defs.h @@ -160,6 +160,10 @@ typedef struct CPUTLBEntry { int nb_watchpoints; \ int watchpoint_hit; \ \ + /* Core interrupt code */ \ + jmp_buf jmp_env; \ + int exception_index; \ + \ void *next_cpu; /* next CPU sharing TB cache */ \ int cpu_index; /* CPU index (informative) */ \ /* user data */ \ |