no F_DUM in dummy float

This commit is contained in:
ceriel 1987-01-29 19:49:35 +00:00
parent 536611f0a2
commit 27e48672bb
4 changed files with 8 additions and 8 deletions

View file

@ -63,8 +63,8 @@ static int been_here;
fatal("bad fcon size"); fatal("bad fcon size");
fprintf(codefile,".data4\t"); fprintf(codefile,".data4\t");
if (argval == 8) if (argval == 8)
fprintf(codefile,"F_DUM,"); fprintf(codefile,"0,");
fprintf(codefile,"F_DUM\n"); fprintf(codefile,"0 !dummy float\n");
if ( !been_here++) if ( !been_here++)
{ {
fprintf(stderr,"Warning : dummy float-constant(s)\n"); fprintf(stderr,"Warning : dummy float-constant(s)\n");

View file

@ -63,8 +63,8 @@ static int been_here;
fatal("bad fcon size"); fatal("bad fcon size");
fprintf(codefile,".data4\t"); fprintf(codefile,".data4\t");
if (argval == 8) if (argval == 8)
fprintf(codefile,"F_DUM,"); fprintf(codefile,"0,");
fprintf(codefile,"F_DUM\n"); fprintf(codefile,"0 !dummy float\n");
if ( !been_here++) if ( !been_here++)
{ {
fprintf(stderr,"Warning : dummy float-constant(s)\n"); fprintf(stderr,"Warning : dummy float-constant(s)\n");

View file

@ -63,8 +63,8 @@ static int been_here;
fatal("bad fcon size"); fatal("bad fcon size");
fprintf(codefile,".data4\t"); fprintf(codefile,".data4\t");
if (argval == 8) if (argval == 8)
fprintf(codefile,"F_DUM,"); fprintf(codefile,"0,");
fprintf(codefile,"F_DUM\n"); fprintf(codefile,"0 !dummy float\n");
if ( !been_here++) if ( !been_here++)
{ {
fprintf(stderr,"Warning : dummy float-constant(s)\n"); fprintf(stderr,"Warning : dummy float-constant(s)\n");

View file

@ -63,8 +63,8 @@ static int been_here;
fatal("bad fcon size"); fatal("bad fcon size");
fprintf(codefile,".data4\t"); fprintf(codefile,".data4\t");
if (argval == 8) if (argval == 8)
fprintf(codefile,"F_DUM,"); fprintf(codefile,"0,");
fprintf(codefile,"F_DUM\n"); fprintf(codefile,"0 !dummy float\n");
if ( !been_here++) if ( !been_here++)
{ {
fprintf(stderr,"Warning : dummy float-constant(s)\n"); fprintf(stderr,"Warning : dummy float-constant(s)\n");