fix ldc_w in prepareBranchManager

This commit is contained in:
Volker Berlin 2018-04-01 11:33:15 +02:00
parent 7b66756066
commit 405eb1ce99

View File

@ -312,6 +312,7 @@ public abstract class ModuleWriter implements Closeable {
byteCode.skip(1); byteCode.skip(1);
break; break;
case 17: // sipush case 17: // sipush
case 19: // ldc_w
case 20: // ldc2_w case 20: // ldc2_w
case 132: // iinc case 132: // iinc
case 184: // invokestatic case 184: // invokestatic