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