Skip to content
Snippets Groups Projects
Commit 8f180a43 authored by Blue Swirl's avatar Blue Swirl
Browse files

Fix typo

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6268 c046a42c-6fe2-441c-8c8c-71466251a162
parent 6ea52595
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ static void slavio_serial_reset_chn(ChannelState *s)
int i;
s->reg = 0;
for (i = 0; i < SERIAL_SIZE; i++) {
for (i = 0; i < SERIAL_REGS; i++) {
s->rregs[i] = 0;
s->wregs[i] = 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment