• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision022f52e040807363213c8752ce61a7d0f57e3078 (tree)
Time2016-11-17 23:56:31
AuthorRichard Henderson <rth@twid...>
CommiterRichard Henderson

Log Message

target-alpha: Log cpuid with -d int

Signed-off-by: Richard Henderson <rth@twiddle.net>

Change Summary

Incremental Difference

--- a/target-alpha/helper.c
+++ b/target-alpha/helper.c
@@ -307,8 +307,10 @@ void alpha_cpu_do_interrupt(CPUState *cs)
307307 name = "call_pal";
308308 break;
309309 }
310- qemu_log("INT %6d: %s(%#x) pc=%016" PRIx64 " sp=%016" PRIx64 "\n",
311- ++count, name, env->error_code, env->pc, env->ir[IR_SP]);
310+ qemu_log("INT %6d: %s(%#x) cpu=%d pc=%016"
311+ PRIx64 " sp=%016" PRIx64 "\n",
312+ ++count, name, env->error_code, cs->cpu_index,
313+ env->pc, env->ir[IR_SP]);
312314 }
313315
314316 cs->exception_index = -1;