Commit e8fc4fa7a13f7c3178fcdf6dd74cbcce076e9040

Authored by aurel32
1 parent dc23e260

target-ppc: disable single stepping

... which left was enabled by mistake.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5918 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-ppc/translate.c
... ... @@ -38,7 +38,7 @@
38 38 #define GDBSTUB_SINGLE_STEP 0x4
39 39  
40 40 /* Include definitions for instructions classes and implementations flags */
41   -#define DO_SINGLE_STEP
  41 +//#define DO_SINGLE_STEP
42 42 //#define PPC_DEBUG_DISAS
43 43 //#define DO_PPC_STATISTICS
44 44 //#define OPTIMIZE_FPRF_UPDATE
... ...