mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
alpha: only print debug information to the log file
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5181 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -2143,7 +2143,6 @@ void cpu_loop (CPUState *env)
|
||||
exit(1);
|
||||
break;
|
||||
case EXCP_CALL_PAL ... (EXCP_CALL_PALP - 1):
|
||||
fprintf(stderr, "Call to PALcode\n");
|
||||
call_pal(env, (trapnr >> 6) | 0x80);
|
||||
break;
|
||||
case EXCP_CALL_PALP ... (EXCP_CALL_PALE - 1):
|
||||
|
||||
Reference in New Issue
Block a user