From 51b215a3eaef6ec8fa1e93d36b8406fdcecdb0a5 Mon Sep 17 00:00:00 2001 From: chiba Date: Sun, 31 Jan 2010 16:41:31 +0000 Subject: [PATCH] for JIRA-99 git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@507 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- src/main/javassist/bytecode/CodeIterator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5