diff options
| author | Andrew Chambers <[email protected]> | 2021-10-19 13:57:25 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-19 13:57:25 +1300 |
| commit | 7ffe90fb85a39c7a389080c6232b3cf4ae04bb42 (patch) | |
| tree | 193cd89f0f3fa5817936bdb1275d3ae156793522 /parse.c | |
| parent | 02d7082848b139bd930282fd332367608e0d0096 (diff) | |
Tidy.
Diffstat (limited to 'parse.c')
| -rw-r--r-- | parse.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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; |
