From a16c17669d3b8d9e3d35b91c263df4bfcdb1075a Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 18 Jan 2025 21:14:22 +0100 Subject: [PATCH] Fix target --- src/gdb-stub/gdb_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdb-stub/gdb_stub.cpp b/src/gdb-stub/gdb_stub.cpp index ed8ea668..6f67cd0d 100644 --- a/src/gdb-stub/gdb_stub.cpp +++ b/src/gdb-stub/gdb_stub.cpp @@ -57,7 +57,7 @@ namespace gdb_stub { connection.send_reply("l" // + handler.get_target_description() // - + "%s"); + + ""); } else {