Fix target

This commit is contained in:
momo5502
2025-01-18 21:14:22 +01:00
parent 1a4ea584aa
commit a16c17669d

View File

@@ -57,7 +57,7 @@ namespace gdb_stub
{
connection.send_reply("l<target version=\"1.0\"><architecture>" //
+ handler.get_target_description() //
+ "<architecture>%s</architecture></target>");
+ "</architecture></target>");
}
else
{