blob: 8fbe55cb7088d72ae8481705006132c494203949 [file] [log] [blame]
enum java_opcode {
#define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
#include "javaop.def"
#undef JAVAOP
};