mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
spelling fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1274 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
18fba28c95
commit
f8407028b4
@ -345,7 +345,7 @@ static void openpic_reset (openpic_t *opp)
|
||||
int i;
|
||||
|
||||
opp->glbc = 0x80000000;
|
||||
/* Initialise controler registers */
|
||||
/* Initialise controller registers */
|
||||
opp->frep = ((EXT_IRQ - 1) << 16) | ((MAX_CPU - 1) << 8) | VID;
|
||||
opp->veni = VENI;
|
||||
opp->spve = 0x000000FF;
|
||||
|
Loading…
Reference in New Issue
Block a user