diff options
| author | aurel32 | 2008-09-07 23:00:01 +0200 |
|---|---|---|
| committer | aurel32 | 2008-09-07 23:00:01 +0200 |
| commit | c690524ec1ae73d93de8b593188a36eed414e115 (patch) | |
| tree | 40aac54692ee9d98e43371b97aaa9601e455033b /linux-user | |
| parent | TCG: Use x86-64 zero extension instructions. (diff) | |
| download | qemu-c690524ec1ae73d93de8b593188a36eed414e115.tar.gz qemu-c690524ec1ae73d93de8b593188a36eed414e115.tar.xz qemu-c690524ec1ae73d93de8b593188a36eed414e115.zip | |
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
Diffstat (limited to 'linux-user')
| -rw-r--r-- | linux-user/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 2a3051916b..4bf739e4eb 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -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): |
