diff --git a/thermosphere/src/gdb/xfer.c b/thermosphere/src/gdb/xfer.c index 9f6accf84..d7df8f857 100644 --- a/thermosphere/src/gdb/xfer.c +++ b/thermosphere/src/gdb/xfer.c @@ -62,7 +62,7 @@ static void GDB_GenerateTargetXml(char *buf) strcat(buf, fpuDescBegin); pos = (int)strlen(buf); - for (u32 i = i; i < 32; i++) { + for (u32 i = 0; i < 32; i++) { pos += sprintf(buf + pos, "", i); } strcat(buf, fpuDescEnd);