libatomic: place the proper read-value in 'atomic_load' ModelActions
authorBrian Norris <banorris@uci.edu>
Tue, 15 May 2012 17:12:04 +0000 (10:12 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 15 May 2012 17:12:04 +0000 (10:12 -0700)
commitb008782b8c3eb2b845eb9514ae3cdd025fec9c8b
treef88e5fe11a0d0af9570cb0e7a69e687ce6320b1b
parent33b5b3edcfd8e5a2c0349c60be2bef6da08d1e33
libatomic: place the proper read-value in 'atomic_load' ModelActions

Even though I was doing rudimentary loading and storing of atomic values, I
didn't properly record the value in the ModelAction. That will be confusing
soon if I don't fix it. So fix it.
libatomic.cc