From b9dc81d808af3cd4db69bca8cffc0f3bbb48ef8a Mon Sep 17 00:00:00 2001 From: hikari Date: Sat, 16 Apr 2022 13:46:36 +0300 Subject: [PATCH] runtime: update comment description --- core/runtime/core.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/core/runtime/core.odin b/core/runtime/core.odin index 4ab21d8cf..4269450de 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -401,6 +401,7 @@ Raw_Cstring :: struct { Linux, Essence, FreeBSD, + OpenBSD, WASI, JS, Freestanding,