Commit 49c96a50 authored by Florian Köberle's avatar Florian Köberle Committed by Alexandre Julliard

winedbg: Fixed an infinite loop.

parent c7975978
......@@ -452,9 +452,9 @@ static void print_typed_basic(const struct dbg_lvalue* lvalue)
}
}
}
count -= min(count, 256);
fcp->Start += 256;
}
count -= min(count, 256);
fcp->Start += 256;
}
if (!ok) dbg_print_longlong(val_int, TRUE);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment