mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00: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:
@ -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:
|
||||
|
Reference in New Issue
Block a user