diff 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
line wrap: on
line diff
--- a/gen_x86.c	Sat Jul 11 21:04:16 2020 -0700
+++ b/gen_x86.c	Sat Jul 11 21:16:32 2020 -0700
@@ -130,7 +130,7 @@
 	X86_R13,
 	X86_R14,
 	X86_R15
-} x86_regs_enc;
+};
 
 char * x86_reg_names[] = {
 #ifdef X86_64