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