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
stable
jochen 26 years ago
parent 9aecb77820
commit 7b849a651e
  1. 6
      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;

Loading…
Cancel
Save