aboutsummaryrefslogtreecommitdiffhomepage
path: root/amd64/all.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
committerlemon <lsof@mailbox.org>2023-06-01 13:01:11 +0200
commita98075934ece8c7ff351f8449f6515c12b9feec8 (patch)
tree05ee8b8f4e6119b693b2460b4761cf3166b79637 /amd64/all.h
parent82cac0ae5d4e335719445857ab16ffdf05413222 (diff)
struct args and return
Diffstat (limited to 'amd64/all.h')
-rw-r--r--amd64/all.h2
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