.long replaced by .data4

This commit is contained in:
ceriel 1993-11-24 12:37:16 +00:00
parent e30d27c418
commit 0b7ae7a629

View file

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