projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a07dec2
)
Update debug output.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 12 May 2007 16:57:42 +0000
(16:57 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 12 May 2007 16:57:42 +0000
(16:57 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2807
c046a42c
-6fe2-441c-8c8c-
71466251a162
cpu-exec.c
patch
|
blob
|
history
diff --git
a/cpu-exec.c
b/cpu-exec.c
index fedabef601dd4c13da9520b40e03a63c75a22592..fcac463baed9e6ee9542bf0b2ff873040e36c9e6 100644
(file)
--- a/
cpu-exec.c
+++ b/
cpu-exec.c
@@
-1132,8
+1132,8
@@
static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
}
if (ret == 1) {
#if 0
- printf("PF exception:
NIP=0x%08x
error=0x%x %p\n",
- env->
nip
, env->error_code, tb);
+ printf("PF exception:
PC=0x" TARGET_FMT_lx "
error=0x%x %p\n",
+ env->
PC
, env->error_code, tb);
#endif
/* we restore the process signal mask as the sigreturn should
do it (XXX: use sigsetjmp) */