.long replaced by .data4
authorceriel <none@none>
Wed, 24 Nov 1993 12:37:16 +0000 (12:37 +0000)
committerceriel <none@none>
Wed, 24 Nov 1993 12:37:16 +0000 (12:37 +0000)
mach/6500/cg/mach.c

index 09a8904..08c25f7 100644 (file)
@@ -35,7 +35,7 @@ con_float() {
 static int been_here;
        if (argval != 4 && argval != 8)
                fatal("bad fcon size");
-       fprintf(codefile,".long\t");
+       fprintf(codefile,".data4\t");
        if (argval == 8)
                fprintf(codefile,"F_DUM,");
        fprintf(codefile,"F_DUM\n");