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

import de.fernflower.code.Instruction;

public class INEG extends Instruction {

}