mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 17:40:49 +00:00
Jump to the found text after pcode search fixed
This commit is contained in:
@@ -40,7 +40,7 @@ public class AS2Cache {
|
||||
return cache.contains(src);
|
||||
}
|
||||
|
||||
public boolean isPcodeCached(ASMSource src) {
|
||||
public boolean isPCodeCached(ASMSource src) {
|
||||
return pcodeCache.contains(src);
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ public class AS2Cache {
|
||||
return cache.get(src);
|
||||
}
|
||||
|
||||
public ActionList getPcode(ASMSource src) {
|
||||
public ActionList getPCode(ASMSource src) {
|
||||
return pcodeCache.get(src);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user