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

import de.fernflower.code.Instruction;

public class NOP extends Instruction {

}