mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 06:49:24 +00:00
target-mips: remove excp_names[] from linux-user as it is unused
Backports commit d4fa5354a246a1c6cb538a5d8ebcc21206d502fb from qemu
This commit is contained in:
parent
30e7d6e4a4
commit
6c68869076
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,6 @@ hwaddr cpu_mips_translate_address(CPUMIPSState *env, target_ulong address, int r
|
|||
return physical;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static const char * const excp_names[EXCP_LAST + 1] = {
|
||||
"reset",
|
||||
|
@ -408,6 +407,7 @@ static const char * const excp_names[EXCP_LAST + 1] = {
|
|||
"TLB execute-inhibit",
|
||||
"TLB read-inhibit",
|
||||
};
|
||||
#endif
|
||||
|
||||
target_ulong exception_resume_pc (CPUMIPSState *env)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue