java-opcodes.h 126 Bytes
Newer Older
Anthony Green committed
1 2 3 4 5
enum java_opcode {
#define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
#include "javaop.def"
#undef JAVAOP
};