mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 17:18:12 +00:00
Issue #268 "register" parameter names instead "_loc*_"
This commit is contained in:
@@ -80,7 +80,7 @@ public class FunctionActionItem extends ActionItem {
|
||||
}
|
||||
String pname = paramNames.get(p);
|
||||
if (pname == null || pname.equals("")) {
|
||||
pname = "register" + (regStart + p);
|
||||
pname = new RegisterNumber(regStart + p).translate();
|
||||
}
|
||||
ret += hilight(pname);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user