comparison gen_x86.c @ 2000:e45a317802bd

Fix broken enum definitions that cause multiple definition errors when building with -fno-common which is now the default in GCC 10
author Mike Pavone <pavone@retrodev.com>
date Sat, 11 Jul 2020 21:16:32 -0700
parents 4af54c6ca3e6
children d15c68157288
comparison
equal deleted inserted replaced
1999:7a6835c02db0 2000:e45a317802bd
128 X86_R11, 128 X86_R11,
129 X86_R12, 129 X86_R12,
130 X86_R13, 130 X86_R13,
131 X86_R14, 131 X86_R14,
132 X86_R15 132 X86_R15
133 } x86_regs_enc; 133 };
134 134
135 char * x86_reg_names[] = { 135 char * x86_reg_names[] = {
136 #ifdef X86_64 136 #ifdef X86_64
137 "rax", 137 "rax",
138 "rcx", 138 "rcx",