projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7af0f9
)
fixed: windows compilation actually
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 27 Jun 2023 14:43:19 +0000
(09:43 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Tue, 27 Jun 2023 14:43:19 +0000
(09:43 -0500)
runtime/src/ort_os.h
patch
|
blob
|
history
diff --git
a/runtime/src/ort_os.h
b/runtime/src/ort_os.h
index 3e73dc8b0a888205afc3adedea57737c6843a425..5f875e593b5dd1a57c0587a19dd7deeb611e3e4e 100644
(file)
--- a/
runtime/src/ort_os.h
+++ b/
runtime/src/ort_os.h
@@
-126,7
+126,7
@@
ONYX_DEF(__futex_wait, (WASM_PTR, WASM_I32, WASM_I32), (WASM_I32)) {
#endif
#ifdef _BH_WINDOWS
- results->data[0] = W
aitOnAddress(addr, ¶ms->data[1].of.i32, 4, params->data[2].of.i32
);
+ results->data[0] = W
ASM_I32_VAL(WaitOnAddress(addr, ¶ms->data[1].of.i32, 4, params->data[2].of.i32)
);
#endif
return NULL;