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

import de.fernflower.code.Instruction;

public class CALOAD extends Instruction {

}