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