diff options
Diffstat (limited to 'tcg/tcg-opc.h')
-rw-r--r-- | tcg/tcg-opc.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tcg/tcg-opc.h b/tcg/tcg-opc.h index ca5bd0b81d..31ae550590 100644 --- a/tcg/tcg-opc.h +++ b/tcg/tcg-opc.h @@ -36,11 +36,6 @@ DEF2(nop1, 0, 0, 1, 0) DEF2(nop2, 0, 0, 2, 0) DEF2(nop3, 0, 0, 3, 0) DEF2(nopn, 0, 0, 1, 0) /* variable number of parameters */ -/* macro handling */ -DEF2(macro_2, 2, 0, 1, 0) -DEF2(macro_start, 0, 0, 2, 0) -DEF2(macro_end, 0, 0, 2, 0) -DEF2(macro_goto, 0, 0, 3, 0) DEF2(discard, 1, 0, 0, 0) |