Skip to content

Commit

Permalink
Fix compile issue of zephyr (bytecodealliance#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyongh authored Jul 9, 2020
1 parent 2fc7230 commit 16a284a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/platform/zephyr/zephyr_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static exec_mem_free_func_t exec_mem_free_func = NULL;
static void
disable_mpu_rasr_xn(void)
{
u32_t index;
uint32 index;
/* Kept the max index as 8 (irrespective of soc) because the sram
would most likely be set at index 2. */
for (index = 0U; index < 8; index++) {
Expand Down

0 comments on commit 16a284a

Please sign in to comment.