.long replaced by .data4
This commit is contained in:
parent
e30d27c418
commit
0b7ae7a629
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user