From: chiba Date: Sun, 31 Jan 2010 16:41:31 +0000 (+0000) Subject: for JIRA-99 X-Git-Tag: rel_3_17_1_ga~142 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51b215a3eaef6ec8fa1e93d36b8406fdcecdb0a5;p=javassist.git for JIRA-99 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@507 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/src/main/javassist/bytecode/CodeIterator.java b/src/main/javassist/bytecode/CodeIterator.java index 5f8249b4..bb10232c 100644 --- a/src/main/javassist/bytecode/CodeIterator.java +++ b/src/main/javassist/bytecode/CodeIterator.java @@ -1029,7 +1029,7 @@ public class CodeIterator implements Opcode { vars.shiftPc(where, gapLength, exclusive); if (types != null) - vars.shiftPc(where, gapLength, exclusive); + types.shiftPc(where, gapLength, exclusive); if (stack != null) stack.shiftPc(where, gapLength, exclusive);