diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:46:58 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-12-19 13:46:58 -0800 |
commit | 4c010e5cddadb5e65c71f9296b9f2f3eef69003b (patch) | |
tree | 518217b5a7863970a7bce8192fbf58da84e3c7ae | |
parent | 7b8127d36a9c6a824da4f1709bdee12c40c631a5 (diff) |
Fix intermittent crash in GST savestate loading
-rw-r--r-- | gst.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ uint8_t z80_load_gst(z80_context * context, FILE * gstfile) } } context->native_pc = NULL; + context->extra_pc = NULL; return 1; } |