1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-18 21:13:23 +01:00

gdbstub: report architecture tag for ARM targets

This commit is contained in:
Liam 2022-06-29 19:35:28 -04:00 committed by SciresM
parent 8e17feff94
commit 592b9c66d1

View file

@ -199,6 +199,7 @@ namespace ams::dmnt {
"l<?xml version=\"1.0\"?>"
"<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
"<target>"
"<architecture>arm</architecture>"
"<xi:include href=\"arm-core.xml\"/>"
"<xi:include href=\"arm-vfp.xml\"/>"
"</target>";
@ -2468,4 +2469,4 @@ namespace ams::dmnt {
}
}
}
}