Check mappings works now, add array load/store instruction types. Beginning of mapping importer.

This commit is contained in:
Adam
2015-11-22 19:45:20 -06:00
parent 96468b1547
commit e2b0c90e7a
4 changed files with 132 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
package net.runelite.deob.attributes.code.instruction.types;
public interface ArrayLoad
{
}

View File

@@ -0,0 +1,6 @@
package net.runelite.deob.attributes.code.instruction.types;
public interface ArrayStore
{
}