CVSROOT: /usr/cvs Changes by: jkrell at birch. 10/03/14 19:11:14 Modified files: cm3/m3-sys/m3back/src/: M3x86.m3 Log message: fix AtomicLongint__Store to be atomic see http://niallryan.com/node/137 I use the lock cmpxhg8b method, not the float method. Note that all the AtomicLongint functions require a "new" processor.