linux-user: handle POWERPC_EXCP_STCX
authorNathan Froyd <froydnj@codesourcery.com>
Mon, 3 Aug 2009 15:43:27 +0000 (08:43 -0700)
committermalc <av1474@comtv.ru>
Mon, 3 Aug 2009 16:33:41 +0000 (20:33 +0400)
commit92dd5b527e13481b8d0464bce85678ac3b021fec
treec0f366a3fd25bef667710a7ae068b2ce98a0f87b
parent2177b6c3dc5470362aacc37c328c957a4352e628
linux-user: handle POWERPC_EXCP_STCX

We handle conditional stores as an exception so we can ensure that no
other thread is changing memory out from underneath us.

Signed-off-by: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: malc <av1474@comtv.ru>
linux-user/main.c