diff options
author | Dave Jones <davej@redhat.com> | 2009-04-08 23:19:34 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2009-04-08 23:19:34 -0400 |
commit | c6f51bb3067bb0ce488df0255c306dc152b16abb (patch) | |
tree | a9cf8d39f5d3c60b2b564cc28b4983360c83a436 /Cyrix | |
parent | da770b32d03655f452a165101d37b3b939c713f0 (diff) |
Remove ;'s from all other add_to_cpuname macros.
Diffstat (limited to 'Cyrix')
-rw-r--r-- | Cyrix/identify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cyrix/identify.c b/Cyrix/identify.c index f88cd51..f72009f 100644 --- a/Cyrix/identify.c +++ b/Cyrix/identify.c @@ -11,7 +11,7 @@ #include "Cyrix.h" static char *cyrix_nameptr; -#define add_to_cpuname(x) cyrix_nameptr += snprintf(cyrix_nameptr, sizeof(x), "%s", x); +#define add_to_cpuname(x) cyrix_nameptr += snprintf(cyrix_nameptr, sizeof(x), "%s", x) /* Decode TLB and cache info descriptors */ void decode_Cyrix_TLB (int x) |