fix: correct typo

master
Sean McBride 4 years ago
parent e5b7b69f9b
commit 31d4a317a1

@ -162,7 +162,7 @@ set_global_i32(uint32_t offset, int32_t v)
INLINE void
set_global_i64(uint32_t offset, int64_t v)
{
set_i62(offset, v);
set_i64(offset, v);
}
// Table handling functionality

Loading…
Cancel
Save