mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 03:13:55 +00:00
Fix target
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user