[PR #101] Update console.c #190

Open
opened 2026-01-31 21:30:11 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/qemu/qemu/pull/101

State: closed
Merged: No


In function qemu_fifo_write(), the while-loop will never execute the second time, and we may change it to if-sentence logically. Therefore, we don't have to execute "len -= 1".

**Original Pull Request:** https://github.com/qemu/qemu/pull/101 **State:** closed **Merged:** No --- In function qemu_fifo_write(), the while-loop will never execute the second time, and we may change it to if-sentence logically. Therefore, we don't have to execute "len -= 1".
claunia added the pull-request label 2026-01-31 21:30:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#190