1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-12-19 08:52:25 +00:00

thermosphere: oops

This commit is contained in:
TuxSH 2020-02-01 23:42:26 +00:00
parent b0ae19a6f9
commit 036882f162

View file

@ -62,7 +62,7 @@ static void GDB_GenerateTargetXml(char *buf)
strcat(buf, fpuDescBegin); strcat(buf, fpuDescBegin);
pos = (int)strlen(buf); pos = (int)strlen(buf);
for (u32 i = i; i < 32; i++) { for (u32 i = 0; i < 32; i++) {
pos += sprintf(buf + pos, "<reg name=\"v%u\" bitsize=\"128\" type=\"aarch64v\"/>", i); pos += sprintf(buf + pos, "<reg name=\"v%u\" bitsize=\"128\" type=\"aarch64v\"/>", i);
} }
strcat(buf, fpuDescEnd); strcat(buf, fpuDescEnd);