wasm-micro-runtime/core
Marcin Kolny ff4be24726
Fix bh_assert for 64-bit platforms (#2071)
In some cases, the memory address of some variables may have 4 least significant
bytes set to zero. Because we cast the pointer to int, we look only at 4 least
significant bytes; the assertion may fail because 4 least significant bytes are 0.

Change bh_assert implementation to cast the assert expr to int64_t and it works
well with 64-bit architectures.
2023-03-28 12:18:39 +08:00
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
deps Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
iwasm libc-wasi/posix.c: Fix POLL{RD,WR}NORM in uClibc (#2069) 2023-03-28 11:20:31 +08:00
shared Fix bh_assert for 64-bit platforms (#2071) 2023-03-28 12:18:39 +08:00
config.h Enable aux stack allocations on application heap (#1799) 2022-12-19 10:58:12 +08:00
version.h Update version to 1.2.0 and update release notes (#2062) 2023-03-25 20:25:54 +08:00