mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-10 19:24:29 +00:00
Fix obvious fix.
CVS: ----------------------------------------------------------------------
This commit is contained in:
parent
284e05313f
commit
688805f3b8
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user