From 6f20b5bb59f61be1456bda60e5031f6a397639a4 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 6 May 2022 10:59:55 +0100 Subject: [PATCH] Add mock for `_yield` --- core/time/time_js.odin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/time/time_js.odin b/core/time/time_js.odin index 1b801cdad..cfe54b86b 100644 --- a/core/time/time_js.odin +++ b/core/time/time_js.odin @@ -19,3 +19,5 @@ _tick_now :: proc "contextless" () -> Tick { return {} } +_yield :: proc "contextless" () { +}