aboutsummaryrefslogtreecommitdiff
path: root/bugs/ultrixcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'bugs/ultrixcc.c')
-rw-r--r--bugs/ultrixcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bugs/ultrixcc.c b/bugs/ultrixcc.c
index 7ba75b1..ca5b451 100644
--- a/bugs/ultrixcc.c
+++ b/bugs/ultrixcc.c
@@ -1,6 +1,7 @@
#include <stdio.h>
-/* This is a cc optimiser bug for ultrix 4.3, mips CPU.
+/*-
+ * This is a cc optimiser bug for ultrix 4.3, mips CPU.
* What happens is that the compiler, due to the (a)&7,
* does
* i=a&7;