fix ticket mutex

This commit is contained in:
Matthew 2025-09-14 10:11:44 +10:00
parent 662efed15a
commit 5ff3cd91d7

View File

@ -138,7 +138,7 @@ Unlock(Mut* mut)
TicketMut TicketMut
CreateTicketMut() CreateTicketMut()
{ {
return TicketMut(ticket: 0, next_ticket: 1); return TicketMut(ticket: 0, next_ticket: 0);
} }
void void