Removing memory reservation value check for load/store.

This commit is contained in:
Ben Vanik
2015-06-07 21:57:44 -07:00
parent 00b3b0eab9
commit 52b8f4b54b
5 changed files with 3 additions and 17 deletions

View File

@@ -203,7 +203,6 @@ typedef struct alignas(64) PPCContext_s {
// Reserve address for load acquire/store release. Shared.
uint64_t* reserve_address;
uint64_t* reserve_value;
// Used to shuttle data into externs. Contents volatile.
uint64_t scratch;