mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
fix ldc_w in prepareBranchManager
This commit is contained in:
parent
7b66756066
commit
405eb1ce99
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user