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