Skip to content

Commit

Permalink
fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Dec 17, 2011
1 parent 767ddb8 commit 5cffb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/out.c
Expand Up @@ -427,7 +427,7 @@ void outdata(symbol *s)
break;
case DT_azeros:
//printf("obj_lidata(seg = %d, offset = %d, azeros = %d)\n", seg, offset, dt->DTazeros);
if (SegData[seg]->segidx < 0 || seg == cseg)
if (0 && seg == cseg)
{
obj_lidata(seg,offset,dt->DTazeros);
offset += dt->DTazeros;
Expand Down

0 comments on commit 5cffb43

Please sign in to comment.