commit | 22e4104079a4a92a4800d516fc1d968a3e8b8157 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Fri Oct 02 17:59:12 2009 +0000 |
committer | Blue Swirl <blauwirbel@gmail.com> | Fri Oct 02 17:59:12 2009 +0000 |
tree | d1f24d5a9b996236bf552f5138627aa6c710184e | |
parent | 58458bb47fc297894ba0a1a4a729442a5cf2df04 [diff] |
linux-user: fix up oversealous nitpicking Looks like linux-user code was correct, just unreadable: what it wanted to do with "-=" was really assign a negative number, not decrement. Fix up accordingly. Reported-by: Laurent Desnogues <laurent.desnogues@gmail.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>