From 036882f162c3401adb9a3d5583e0562bd8cc4d92 Mon Sep 17 00:00:00 2001 From: TuxSH <1922548+TuxSH@users.noreply.github.com> Date: Sat, 1 Feb 2020 23:42:26 +0000 Subject: [PATCH] thermosphere: oops --- thermosphere/src/gdb/xfer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);