Skip to content
Snippets Groups Projects
Commit 4bc65b48 authored by Joerg Sonnenberger's avatar Joerg Sonnenberger
Browse files

Fix trailing commas in AMD define.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218825 91177308-0d34-0410-b5e6-96231b3b80d8
parent 66504d1d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment