Skip to content

Commit

Permalink
fix for dmc
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 23, 2011
1 parent 243fd91 commit d0bf7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/cod3.c
Expand Up @@ -5705,8 +5705,10 @@ STATIC void do8bit(enum FL fl,union evc *uev)
delta = uev->Vblock->Boffset - OFFSET() - 1;
if ((signed char)delta != delta)
{
#if MARS
if (uev->Vblock->Bsrcpos.Slinnum)
fprintf(stderr, "%s(%d): ", uev->Vblock->Bsrcpos.Sfilename, uev->Vblock->Bsrcpos.Slinnum);
#endif
fprintf(stderr, "block displacement of %lld exceeds the maximum offset of -128 to 127.\n", (long long)delta);
err_exit();
}
Expand Down

0 comments on commit d0bf7fc

Please sign in to comment.