error_handler: unify stack walking logic
[sdk/emulator/qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 4eee2b9..cf0f23b 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -2263,7 +2263,7 @@ static DisplayType select_display(const char *p)
                 nextopt = endptr;
             } else if (strstart(opts, ",forcelegacy", &nextopt)) {
                 opts = nextopt;
-                //maru_qt5_set_force_legacy(true);
+                maru_qt5_set_force_legacy(true);
             } else {
             invalid_maru_qt_args:
                 error_report(FAILED_TO_DISPLAY_PARSING);