diff options
Diffstat (limited to 'amd64/all.h')
| -rw-r--r-- | amd64/all.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/amd64/all.h b/amd64/all.h index ae21d3d..fdd759a 100644 --- a/amd64/all.h +++ b/amd64/all.h @@ -8,14 +8,12 @@ _(XMM8) _(XMM9) _(XMM10) _(XMM11) _(XMM12) _(XMM13) _(XMM14) _(XMM15) enum { - Rxxx, #define R(r) r, LIST_REGS(R) #undef R }; const char amd64_rnames[][6] = { - "?", #define R(r) #r, LIST_REGS(R) #undef R |