diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ void wakeup(void*); void yield(void); // swtch.S -void swtch(struct context*, struct context*); +void swtch(struct context**, struct context**); // spinlock.c void acquire(struct spinlock*); |