summaryrefslogtreecommitdiffstats
path: root/src/de/fernflower/code/instructions/IXOR.java
blob: 119afe3d4d638cf2bd00112a6dfe3d2999338ca7 (plain)
1
2
3
4
5
6
7
package de.fernflower.code.instructions;

import de.fernflower.code.Instruction;

public class IXOR extends Instruction {

}