auto-sync
This commit is contained in:
parent
36e9a26944
commit
e2538cdcc3
|
@ -11,8 +11,8 @@
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint64_t highBits;
|
volatile uint64_t highBits;
|
||||||
uint32_t lowBits;
|
volatile uint32_t lowBits;
|
||||||
} State64;
|
} State64;
|
||||||
|
|
||||||
void updateAndSet(State64 *state, uint32_t value);
|
void updateAndSet(State64 *state, uint32_t value);
|
||||||
|
|
Loading…
Reference in New Issue