mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:40:45 +00:00
Fixed using temporary registers after for..in (causing §§pop instructions, etc.)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.jpexs.decompiler.graph.model;
|
||||
|
||||
/**
|
||||
* An item which is passed on top of the stack when processing if branches or
|
||||
* loop body. This is actually a hack to process AS1/2 for..in clauses
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public interface BranchStackResistant {
|
||||
|
||||
}
|
||||
@@ -12,7 +12,8 @@
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library.␍ */
|
||||
* License along with this library.
|
||||
*/
|
||||
package com.jpexs.decompiler.graph.model;
|
||||
|
||||
import com.jpexs.decompiler.flash.SourceGeneratorLocalData;
|
||||
|
||||
Reference in New Issue
Block a user