mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-07 10:22:52 +00:00
Fix compile issue of zephyr (#306)
This commit is contained in:
parent
2fc7230009
commit
16a284a67c
|
@ -20,7 +20,7 @@ static exec_mem_free_func_t exec_mem_free_func = NULL;
|
||||||
static void
|
static void
|
||||||
disable_mpu_rasr_xn(void)
|
disable_mpu_rasr_xn(void)
|
||||||
{
|
{
|
||||||
u32_t index;
|
uint32 index;
|
||||||
/* Kept the max index as 8 (irrespective of soc) because the sram
|
/* Kept the max index as 8 (irrespective of soc) because the sram
|
||||||
would most likely be set at index 2. */
|
would most likely be set at index 2. */
|
||||||
for (index = 0U; index < 8; index++) {
|
for (index = 0U; index < 8; index++) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user