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:
parent
b0ae19a6f9
commit
036882f162
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue