From 9fddaa0c0cabb610947146a79b4a9a38b0a216e5 Mon Sep 17 00:00:00 2001 From: bellard Date: Fri, 21 May 2004 12:59:32 +0000 Subject: PowerPC merge: real time TB and decrementer - faster and simpler exception handling (Jocelyn Mayer) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@841 c046a42c-6fe2-441c-8c8c-71466251a162 --- exec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exec.c') diff --git a/exec.c b/exec.c index b484dc6d5d..695779ab25 100644 --- a/exec.c +++ b/exec.c @@ -1132,6 +1132,8 @@ CPULogItem cpu_log_items[] = { "show interrupts/exceptions in short format" }, { CPU_LOG_EXEC, "exec", "show trace before each executed TB (lots of logs)" }, + { CPU_LOG_TB_CPU, "cpu", + "show CPU state before bloc translation" }, #ifdef TARGET_I386 { CPU_LOG_PCALL, "pcall", "show protected mode far calls/returns/exceptions" }, -- cgit v1.2.3