diff options
| author | 2023-06-01 13:01:11 +0200 | |
|---|---|---|
| committer | 2023-06-01 13:01:11 +0200 | |
| commit | a98075934ece8c7ff351f8449f6515c12b9feec8 (patch) | |
| tree | 05ee8b8f4e6119b693b2460b4761cf3166b79637 /amd64 | |
| parent | 82cac0ae5d4e335719445857ab16ffdf05413222 (diff) | |
struct args and return
Diffstat (limited to 'amd64')
| -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 |