Enable -d cpu logging by default.
authorRichard Henderson <rth@twiddle.net>
Wed, 28 Apr 2010 23:07:57 +0000 (16:07 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 5 May 2010 10:20:06 +0000 (12:20 +0200)
commitfedeecb69aac29db242242d092ef998fc4c17da4
treea4c7bae8ccc8bc0ee067f783cdc9e96f1c3b5eb9
parent3d3877aabe1848d22f630d337a2c1449c91c4d8c
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>
cpu-exec.c