Four more instructions are referring to strings

This commit is contained in:
Pierre Pronchery 2011-11-30 05:05:46 +00:00
parent 318cdadfaf
commit 2513835d1b

View File

@ -123,8 +123,8 @@ static ArchInstruction _java_instructions[] =
{ "fstore_2", 0x45, OP1F, AO_0() },
{ "fstore_3", 0x46, OP1F, AO_0() },
{ "fsub", 0x66, OP1F, AO_0() },
{ "getfield", 0xb4, OP1F, AO_1(OP_U16) },
{ "getstatic", 0xb2, OP1F, AO_1(OP_U16) },
{ "getfield", 0xb4, OP1F, AO_1(OP_U16_STR) },
{ "getstatic", 0xb2, OP1F, AO_1(OP_U16_STR) },
{ "goto", 0xa7, OP1F, AO_1(OP_U16) },
{ "goto_w", 0xc8, OP1F, AO_1(OP_U32) },
{ "i2b", 0x91, OP1F, AO_0() },
@ -234,8 +234,8 @@ static ArchInstruction _java_instructions[] =
{ "nop", 0x00, OP1F, AO_0() },
{ "pop", 0x57, OP1F, AO_0() },
{ "pop2", 0x58, OP1F, AO_0() },
{ "putfield", 0xb5, OP1F, AO_1(OP_U16) },
{ "putstatic", 0xb3, OP1F, AO_1(OP_U16) },
{ "putfield", 0xb5, OP1F, AO_1(OP_U16_STR) },
{ "putstatic", 0xb3, OP1F, AO_1(OP_U16_STR) },
{ "ret", 0xa9, OP1F, AO_1(OP_U8) },
{ "return", 0xb1, OP1F, AO_0() },
{ "saload", 0x35, OP1F, AO_0() },