commit | a73b1fd9afe937d70be82a0b3994c8844c072085 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Apr 28 16:07:57 2010 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Wed May 05 12:20:06 2010 +0200 |
tree | a4c7bae8ccc8bc0ee067f783cdc9e96f1c3b5eb9 | |
parent | 6f0f607f96f4af5ed54391b960686c557f8738d6 [diff] |
Enable -d cpu logging by default. When -d cpu logging was handled by target-foo/translate.c, it was controled by DEBUG_DISAS, which is enabled by default. Use the same condition in cpu_exec. At the same time, reduce the if-deffery by assuming no flags update is required for the target. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>