mirror of
https://github.com/FranzHaidnor/haidnorJVM.git
synced 2026-03-13 21:43:42 +08:00
update README.md
This commit is contained in:
@@ -376,10 +376,10 @@ public abstract class InstructionFactory {
|
||||
return new DUP2(codeStream);
|
||||
}
|
||||
case Const.DUP2_X1 -> {
|
||||
throw new Error("Not support JavaVM opcode DUP2_X1");
|
||||
return new DUP2_X1(codeStream);
|
||||
}
|
||||
case Const.DUP2_X2 -> {
|
||||
throw new Error("Not support JavaVM opcode DUP2_X2");
|
||||
return new DUP2_X2(codeStream);
|
||||
}
|
||||
case Const.SWAP -> {
|
||||
return new SWAP(codeStream);
|
||||
|
||||
Reference in New Issue
Block a user