projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e02e18
)
arm_pic: Fix typo
author
Andreas Färber
<andreas.faerber@web.de>
Sun, 9 Oct 2011 23:27:01 +0000
(
01:27
+0200)
committer
Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com>
Fri, 14 Oct 2011 13:39:18 +0000
(14:39 +0100)
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>
hw/arm_pic.c
patch
|
blob
|
history
diff --git
a/hw/arm_pic.c
b/hw/arm_pic.c
index 985148a3806771d9b3f3491f7a47fd386ccbe74c..41f8d3e112cbb0f91c361d8ce8e68eb01844065b 100644
(file)
--- a/
hw/arm_pic.c
+++ b/
hw/arm_pic.c
@@
-39,7
+39,7
@@
static void arm_pic_cpu_handler(void *opaque, int irq, int level)
cpu_reset_interrupt(env, CPU_INTERRUPT_FIQ);
break;
default:
- hw_error("arm_pic_cpu_handler: Bad interr
pu
t line %d\n", irq);
+ hw_error("arm_pic_cpu_handler: Bad interr
up
t line %d\n", irq);
}
}