auto-sync

This commit is contained in:
rusEfi 2015-03-03 17:04:27 -06:00
parent 9046ed6b8f
commit 5e6892b6d9
1 changed files with 2 additions and 2 deletions

View File

@ -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);