aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/config/i386/i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/config/i386/i386.h')
-rw-r--r--gcc-4.4.3/gcc/config/i386/i386.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.4.3/gcc/config/i386/i386.h b/gcc-4.4.3/gcc/config/i386/i386.h
index d611fe632..1c9d8b52f 100644
--- a/gcc-4.4.3/gcc/config/i386/i386.h
+++ b/gcc-4.4.3/gcc/config/i386/i386.h
@@ -2519,7 +2519,7 @@ struct machine_function GTY(())
enum stack_protector_guard {
SSP_TLS, /* per-thread canary at %gs:20 */
- SSP_GLOBAL, /* global canary */
+ SSP_GLOBAL /* global canary */
};
extern enum stack_protector_guard ix86_stack_protector_guard;