linux-user: fix old style decrement usage
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:44:18 +0000 (19:44 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (18:45 +0000)
commit913570198ff4a366f8eee3a592aba0aa1a1cc126
tree8af674e0440ee039913881df0a49171cd4452734
parent34fc0b87b9065f8149b2aad70134e53a2ddcdae4
linux-user: fix old style decrement usage

Modern compilers do not parse "=-" as decrement:
you must use "-=" for that.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
linux-user/arm/nwfpe/fpa11.c