]> Shamusworld >> Repos - rmac/blobdiff - sect.h
Add fixup stubs for FU_FLOATfoo types. Now at version 1.12.4.
[rmac] / sect.h
diff --git a/sect.h b/sect.h
index 58c81ec6be7e5b3164f9b87258609cebeeeb7bbe..dc5e16751e6f06c7c537ee277be6b192ffc3f118 100644 (file)
--- a/sect.h
+++ b/sect.h
 #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