Skip to content

Commit c00413b

Browse files
committed
Include nop instructions too
1 parent 6ec7ac7 commit c00413b

File tree

1 file changed

+1
-1
lines changed
  • org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model

1 file changed

+1
-1
lines changed

org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/JDIThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public class JDIThread extends JDIDebugElement implements IJavaThread {
330330
* See https://javaalmanac.io/bytecode/opcodes/ for the complete list of JVM opcodes
331331
* </p>
332332
*/
333-
private static final int INTERMEDIATE_OPCODE_START = 1;
333+
private static final int INTERMEDIATE_OPCODE_START = 0;
334334
private static final int INTERMEDIATE_OPCODE_END = 53;
335335

336336
/**

0 commit comments

Comments
 (0)