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)
commit56f066bb17cde3044f8db00c2245301b5a466e3f
treec0f366a3fd25bef667710a7ae068b2ce98a0f87b
parent4425265beb8503b82dc3de0388b504e15825d06e
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