]> source.dussan.org Git - javassist.git/commitdiff
for JIRA-99
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 31 Jan 2010 16:41:31 +0000 (16:41 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 31 Jan 2010 16:41:31 +0000 (16:41 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@507 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

src/main/javassist/bytecode/CodeIterator.java

index 5f8249b4efa1d9e20023531f68537e4fc3ba9041..bb10232c8dd3fad2fd239f9c4fa84f9131d58232 100644 (file)
@@ -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);