xref: /openbsd/gnu/usr.bin/gcc/gcc/java/java-opcodes.h (revision c87b03e5)
1*c87b03e5Sespie enum java_opcode {
2*c87b03e5Sespie #define JAVAOP(NAME, CODE, KIND, TYPE, VALUE) OPCODE_##NAME = CODE,
3*c87b03e5Sespie #include "javaop.def"
4*c87b03e5Sespie #undef JAVAOP
5*c87b03e5Sespie };
6