mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 05:13:54 -06:00
Spelling fix (Mark Glines)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2879 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
dbe06e1841
commit
7f75ffd39e
5 changed files with 15 additions and 15 deletions
|
@ -1633,7 +1633,7 @@ void cpu_loop (CPUState *env)
|
|||
call_pal(env, (trapnr >> 6) | 0x80);
|
||||
break;
|
||||
case EXCP_CALL_PALP ... (EXCP_CALL_PALE - 1):
|
||||
fprintf(stderr, "Priviledged call to PALcode\n");
|
||||
fprintf(stderr, "Privileged call to PALcode\n");
|
||||
exit(1);
|
||||
break;
|
||||
case EXCP_DEBUG:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue