X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=eagen0.c;fp=eagen0.c;h=5b3c4ab5b35df2e34043b50364407d6bc5fe01c2;hp=1bc5fd675255bd3ee1c203573928596c7d29ecda;hb=261f8d9198c4235bcdced4403ba391553e6bd0d1;hpb=ae528e6fdb8bd5c41ed9690bec03402ccbb4ecae diff --git a/eagen0.c b/eagen0.c index 1bc5fd6..5b3c4ab 100644 --- a/eagen0.c +++ b/eagen0.c @@ -214,8 +214,9 @@ int eaNgen(WORD siz) // 68881/68882/68040 only if (w) { - if (tdb) - MarkRelocatable(cursect, sloc, tdb, MSINGLE, NULL); +//Would a floating point value *ever* need to be fixed up as if it were an address? :-P +// if (tdb) +// MarkRelocatable(cursect, sloc, tdb, MSINGLE, NULL); // The value passed back from expr() is an internal C double; // so we have to access it as such then convert it to an @@ -238,8 +239,9 @@ int eaNgen(WORD siz) // 68881/68882/68040 only if (w) { - if (tdb) - MarkRelocatable(cursect, sloc, tdb, MDOUBLE, NULL); +//Would a floating point value *ever* need to be fixed up as if it were an address? :-P +// if (tdb) +// MarkRelocatable(cursect, sloc, tdb, MDOUBLE, NULL); PTR p; p.u64 = &aNexval; @@ -258,8 +260,9 @@ int eaNgen(WORD siz) // 68881/68882/68040 only if (w) { - if (tdb) - MarkRelocatable(cursect, sloc, tdb, MEXTEND, NULL); +//Would a floating point value *ever* need to be fixed up as if it were an address? :-P +// if (tdb) +// MarkRelocatable(cursect, sloc, tdb, MEXTEND, NULL); PTR p; p.u64 = &aNexval;