X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;h=3fd627a409560ea80ad3c38f5fc47ac1db93ffa1;hp=53ba02b85edd65aa786d444a82a985d7169014f2;hb=233e5e908f5a865233f775520dc35917f13d2d26;hpb=d16b8ea0ee65b2ad901ca6b0624c07e6e4930cc4 diff --git a/sect.c b/sect.c index 53ba02b..3fd627a 100644 --- 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 {