提交 ebab1720 编写于 作者: E Edgar E. Iglesias

cris: Fix watchdog resets

Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 58aebb94
...@@ -155,9 +155,10 @@ typedef struct CPUCRISState { ...@@ -155,9 +155,10 @@ typedef struct CPUCRISState {
uint32_t lo; uint32_t lo;
} tlbsets[2][4][16]; } tlbsets[2][4][16];
void *load_info;
CPU_COMMON CPU_COMMON
/* Members after CPU_COMMON are preserved across resets. */
void *load_info;
} CPUCRISState; } CPUCRISState;
CPUCRISState *cpu_cris_init(const char *cpu_model); CPUCRISState *cpu_cris_init(const char *cpu_model);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册