Fix trailing commas in AMD define.

llvm-svn: 218825
This commit is contained in:
Joerg Sonnenberger 2014-10-01 21:22:17 +00:00
parent e028e05a7e
commit 2960178a77
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@
/* Responses identification request with %eax 0 */
/* AMD: "AuthenticAMD" */
#define signature_AMD_ebx 0x68747541,
#define signature_AMD_edx 0x69746e65,
#define signature_AMD_ecx 0x444d4163,
#define signature_AMD_ebx 0x68747541
#define signature_AMD_edx 0x69746e65
#define signature_AMD_ecx 0x444d4163
/* CENTAUR: "CentaurHauls" */
#define signature_CENTAUR_ebx 0x746e6543
#define signature_CENTAUR_edx 0x48727561