Skip to content

Commit

Permalink
remove never-true code
Browse files Browse the repository at this point in the history
  • Loading branch information
braddr committed Mar 21, 2013
1 parent 67bca98 commit 329162b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/cgen.c
Expand Up @@ -580,11 +580,13 @@ size_t addtofixlist(symbol *s,targ_size_t soffset,int seg,targ_size_t val,int fl
if (I64 && !(flags & CFoffset64))
numbytes = 4;

#if TARGET_WINDOS
/* This can happen when generating CV8 data
*/
if (flags & CFseg)
numbytes += 2;
#endif
#endif
#ifdef DEBUG
assert(numbytes <= sizeof(zeros));
#endif
Expand Down

0 comments on commit 329162b

Please sign in to comment.