diff options
Diffstat (limited to 'dump/win_dump.c')
-rw-r--r-- | dump/win_dump.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dump/win_dump.c b/dump/win_dump.c index 2c25766..3162e8b 100644 --- a/dump/win_dump.c +++ b/dump/win_dump.c @@ -476,8 +476,6 @@ out_free: g_free(saved_ctx); out_cr3: first_x86_cpu->env.cr[3] = saved_cr3; - - return; } #else /* !TARGET_X86_64 */ |