Removing memory reservation value check for load/store.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user