aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime.h')
-rw-r--r--src/runtime/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index bea7737993..37929c59cf 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -573,7 +573,7 @@ enum {
// Lock-free stack node.
struct LFNode
{
- LFNode *next;
+ uint64 next;
uintptr pushcnt;
};