mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
removed invalid use of _INTC_ARRAY
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3602 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
0ba22212d5
commit
f26ae30264
1 changed files with 2 additions and 2 deletions
|
@ -573,7 +573,7 @@ SH7750State *sh7750_init(CPUSH4State * cpu)
|
|||
if (cpu_model & (SH_CPU_SH7750R | SH_CPU_SH7751 | SH_CPU_SH7751R)) {
|
||||
sh_intc_register_sources(&s->intc,
|
||||
_INTC_ARRAY(vectors_tmu34),
|
||||
_INTC_ARRAY(NULL));
|
||||
NULL, 0);
|
||||
tmu012_init(0x1e100000, 0, s->periph_freq);
|
||||
}
|
||||
|
||||
|
@ -586,7 +586,7 @@ SH7750State *sh7750_init(CPUSH4State * cpu)
|
|||
if (cpu_model & (SH_CPU_SH7750S | SH_CPU_SH7750R | SH_CPU_SH7751_ALL)) {
|
||||
sh_intc_register_sources(&s->intc,
|
||||
_INTC_ARRAY(vectors_irlm),
|
||||
_INTC_ARRAY(NULL));
|
||||
NULL, 0);
|
||||
}
|
||||
|
||||
return s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue