Commit f9664682a78d09e519b4c16953e29be060fb0b54
1 parent
2c9fade2
target-ppc: fix a typo introduced in revision 6058
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6068 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-ppc/exec.h
... | ... | @@ -27,7 +27,7 @@ |
27 | 27 | #include "cpu.h" |
28 | 28 | #include "exec-all.h" |
29 | 29 | |
30 | -/* Precise emulation is need to correctly emulation exception flags */ | |
30 | +/* Precise emulation is needed to correctly emulation exception flags */ | |
31 | 31 | #define USE_PRECISE_EMULATION 1 |
32 | 32 | |
33 | 33 | register struct CPUPPCState *env asm(AREG0); | ... | ... |