[ppc] Add missing `sync` instructions to atomic opcodes.
authorAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 18 Jun 2014 14:06:34 +0000 (16:06 +0200)
committerAlex Rønne Petersen <alexrp@xamarin.com>
Wed, 18 Jun 2014 14:08:14 +0000 (16:08 +0200)
commit51c454f6b03b468273bb93db2aa9b76e330a7e57
treef6cd2f8a29fb542ef31c58cce17d343243f8a4dd
parentdb9f761a7879b3e149935f3b9f9e1c6ae354f469
[ppc] Add missing `sync` instructions to atomic opcodes.

Note that lwarx and stwcx don't produce the necessary
load/store barrier that's needed to conform to the
`Interlocked` API.
mono/mini/mini-ppc.c