mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 21:36:48 +00:00
target-arm: Add missing 'static' attribute
Backports commit 82c39f6a8898b028515eddcdbc4ae50959d0af5d from qemu
This commit is contained in:
parent
a276496ebc
commit
d1bba24d86
|
@ -4555,7 +4555,7 @@ void switch_mode(CPUARMState *env, int mode)
|
|||
* BIT IRQ IMO Non-secure Secure
|
||||
* EL3 FIQ RW FMO EL0 EL1 EL2 EL3 EL0 EL1 EL2 EL3
|
||||
*/
|
||||
const int8_t target_el_table[2][2][2][2][2][4] = {
|
||||
static const int8_t target_el_table[2][2][2][2][2][4] = {
|
||||
{{{{/* 0 0 0 0 */{ 1, 1, 2, -1 },{ 3, -1, -1, 3 },},
|
||||
{/* 0 0 0 1 */{ 2, 2, 2, -1 },{ 3, -1, -1, 3 },},},
|
||||
{{/* 0 0 1 0 */{ 1, 1, 2, -1 },{ 3, -1, -1, 3 },},
|
||||
|
|
Loading…
Reference in a new issue