Fix obvious fix.

CVS: ----------------------------------------------------------------------
This commit is contained in:
Kai Tietz 2009-08-18 17:50:12 +00:00
parent 284e05313f
commit 688805f3b8
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ seh_x64_write_xdata (void)
bfd *abfd = stdoutput;
h = seh_ctx_root;
if (h->done)
if (!h || h->done)
return;
while (h != NULL)
{