From 7b849a651e28af0632c7588909fe519c564980c6 Mon Sep 17 00:00:00 2001 From: jochen Date: Fri, 7 May 1999 22:59:50 +0000 Subject: [PATCH] rename Decompiler.isDebugging to GlobalOptions.debuggingFlags & 0x400 git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@801 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/jvm/Interpreter.j | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jode/jode/jvm/Interpreter.j b/jode/jode/jvm/Interpreter.j index 8becced..a1f7dd6 100644 --- a/jode/jode/jvm/Interpreter.j +++ b/jode/jode/jvm/Interpreter.j @@ -83,9 +83,11 @@ big_loop: ; ========= DEBUGGING OUTPUT =============================== - getstatic jode/Decompiler/isDebugging Z + getstatic jode/GlobalOptions/debuggingFlags I + sipush 0x400 + iand ifeq skip_debugging - getstatic jode/Decompiler/err Ljava/io/PrintStream; + getstatic jode/GlobalOptions/err Ljava/io/PrintStream; dup aload 4 invokevirtual jode/bytecode/Instruction/getDescription()Ljava/lang/String;