]> xenbits.xensource.com Git - qemu-xen-4.2-testing.git/commitdiff
gdb stub support and loadvm should work together, patch by Jason Wessel
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Jul 2007 13:20:17 +0000 (13:20 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 2 Jul 2007 13:20:17 +0000 (13:20 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3039 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index 78c8babc610d80969be27156dbf785cd17e5690a..c556aa60d2c94e10de561945cd18f18ee809d9e9 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -8011,8 +8011,9 @@ int main(int argc, char **argv)
                     gdbstub_port);
             exit(1);
         }
-    } else 
+    }
 #endif
+
     if (loadvm)
         do_loadvm(loadvm);