X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=sect.c;h=7edbfb6410c3c8b301d8d4dcab4ba2960987d66b;hp=d50d9f3ffc997aebae45dbf8e7fae2148cdf5fb6;hb=322522e2a9c1469134226f5d978e7ba900c1893d;hpb=2cc3049ac981e8485698b7592397bd66ddb5d9d0 diff --git a/sect.c b/sect.c index d50d9f3..7edbfb6 100644 --- a/sect.c +++ b/sect.c @@ -454,6 +454,10 @@ int ResolveFixups(int sno) loc = *fup.lp++; cfileno = *fup.wp++; curlineno = (int)*fup.wp++; +DEBUG { printf("ResolveFixups: cfileno=%u\n", cfileno); } + // This is based on global vars cfileno, curfname :-P + // This approach is kinda meh as well. I think we can do better than this. + SetFilenameForErrorReporting(); esym = NULL;