]> Shamusworld >> Repos - rmac/blobdiff - sect.c
Small fix for FU_JR fixups.
[rmac] / sect.c
diff --git a/sect.c b/sect.c
index 53ba02b85edd65aa786d444a82a985d7169014f2..3fd627a409560ea80ad3c38f5fc47ac1db93ffa1 100644 (file)
--- a/sect.c
+++ b/sect.c
@@ -279,7 +279,8 @@ int fixup(WORD attr, LONG loc, TOKEN * fexpr)
                if ((attr & 0x0F00) == FU_JR)
                {
 //                     i = 18;
-                       i = FIXUP_BASE_SIZE + (sizeof(LONG) * 2);
+//                     i = FIXUP_BASE_SIZE + (sizeof(LONG) * 2);
+                       i = FIXUP_BASE_SIZE + sizeof(SYM *) + sizeof(LONG);
                }
                else
                {