Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Index: Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp
  2. ===================================================================
  3. --- Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp  (revision 7594)
  4. +++ Source/Core/Core/Src/PowerPC/Jit64/Jit.cpp  (working copy)
  5. @@ -411,9 +411,9 @@
  6.         if (Core::g_CoreStartupParameter.bEnableDebugging)
  7.         {
  8.                 // Comment out the following to disable breakpoints (speed-up)
  9. -               blockSize = 1;
  10. -               broken_block = true;
  11. -               Trace();
  12. +//             blockSize = 1;
  13. +//             broken_block = true;
  14. +//             Trace();
  15.         }
  16.  
  17.         if (em_address == 0)