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

import de.fernflower.code.Instruction;

public class LCMP extends Instruction {

}