mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 13:50:43 +00:00
#1332 Do not render image tags with internal viewer
This commit is contained in:
@@ -2187,10 +2187,12 @@ public class AVM2Code implements Cloneable {
|
||||
//Note: changing operands here does not change instruction byte length as offsets are always S24 (not variable length)
|
||||
}
|
||||
|
||||
for (ABCException ex : body.exceptions) {
|
||||
ex.start = updater.updateOperandOffset(-1, ex.start, ex.start);
|
||||
ex.end = updater.updateOperandOffset(-1, ex.end, ex.end);
|
||||
ex.target = updater.updateOperandOffset(-1, ex.target, ex.target);
|
||||
if (body != null) {
|
||||
for (ABCException ex : body.exceptions) {
|
||||
ex.start = updater.updateOperandOffset(-1, ex.start, ex.start);
|
||||
ex.end = updater.updateOperandOffset(-1, ex.end, ex.end);
|
||||
ex.target = updater.updateOperandOffset(-1, ex.target, ex.target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user