diff options
Diffstat (limited to 'target-cris')
-rw-r--r-- | target-cris/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index 063a2402ba..a62d57cf8a 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -155,6 +155,8 @@ typedef struct CPUCRISState { uint32_t lo; } tlbsets[2][4][16]; + void *load_info; + CPU_COMMON } CPUCRISState; |