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

import de.fernflower.code.Instruction;

public class DREM extends Instruction {

}