mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-14 21:35:07 +00:00
arm_pic: Fix typo
interrput -> interrupt Cc: Paul Brook <paul@codesourcery.com> Signed-off-by: Andreas Färber <andreas.faerber@web.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
2e02e18ba7
commit
47601f22d1
@ -39,7 +39,7 @@ static void arm_pic_cpu_handler(void *opaque, int irq, int level)
|
|||||||
cpu_reset_interrupt(env, CPU_INTERRUPT_FIQ);
|
cpu_reset_interrupt(env, CPU_INTERRUPT_FIQ);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
hw_error("arm_pic_cpu_handler: Bad interrput line %d\n", irq);
|
hw_error("arm_pic_cpu_handler: Bad interrupt line %d\n", irq);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user