aboutsummaryrefslogtreecommitdiff
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/parse.c b/parse.c
index 8699384..3be60a2 100644
--- a/parse.c
+++ b/parse.c
@@ -222,12 +222,6 @@ static int needsmovabs(Imm *imm) {
#define REG(K) \
(Parsev) { .kind = ASM_##K }
-static uint8_t cc2setop[30] = {
- 0x94, 0x98, 0x9b, 0x9a, 0x9a, 0x90, 0x95, 0x99, 0x9b, 0x91,
- 0x9f, 0x9d, 0x9c, 0x9e, 0x95, 0x93, 0x97, 0x93, 0x92, 0x96,
- 0x9e, 0x9c, 0x9d, 0x9f, 0x94, 0x92, 0x96, 0x92, 0x93, 0x97,
-};
-
#define YYSTYPE Parsev
#define YY_CTX_LOCAL
#define YY_CTX_MEMBERS Parsev v;