X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.h;fp=sect.h;h=dc5e16751e6f06c7c537ee277be6b192ffc3f118;hp=58c81ec6be7e5b3164f9b87258609cebeeeb7bbe;hb=4ca3c2db2690ab998707415f8555ecd2fabc6ef2;hpb=33bb2746fadd3501eccf6b1046cf8acdfb0f1e37 diff --git a/sect.h b/sect.h index 58c81ec..dc5e167 100644 --- a/sect.h +++ b/sect.h @@ -98,10 +98,9 @@ #define FU_DONE 0x8000 // Fixup has been done // FPU fixups -// TODO: these are obviously bogus for now! -#define FU_FLOATSING 0x0D0B // Fixup 32-bit float -#define FU_FLOATDOUB 0x0E0B // Fixup 64-bit float -#define FU_FLOATEXT 0x0F0B // Fixup 96-bit float +#define FU_FLOATSING 0x000A // Fixup 32-bit float +#define FU_FLOATDOUB 0x000B // Fixup 64-bit float +#define FU_FLOATEXT 0x000C // Fixup 96-bit float // Chunks are used to hold generated code and fixup records #define CHUNK struct _chunk