summaryrefslogtreecommitdiff
path: root/spinlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'spinlock.h')
-rw-r--r--spinlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/spinlock.h b/spinlock.h
index 656d272..0572124 100644
--- a/spinlock.h
+++ b/spinlock.h
@@ -1,5 +1,5 @@
struct spinlock {
uint locked;
- uint32_t pc;
+ uint pc;
int cpu;
};