summaryrefslogtreecommitdiff
path: root/gen_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'gen_x86.c')
-rw-r--r--gen_x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_x86.c b/gen_x86.c
index 3737461..a540357 100644
--- a/gen_x86.c
+++ b/gen_x86.c
@@ -130,7 +130,7 @@ enum {
X86_R13,
X86_R14,
X86_R15
-} x86_regs_enc;
+};
char * x86_reg_names[] = {
#ifdef X86_64