Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fwk/platform/posal/src/linux/posal_memorymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@ ar_result_t posal_memorymap_shm_mem_map(uint32_t client_tok
posal_memory_free(new_shm_map_hashnode_ptr);
return AR_ENOMEMORY;
}
#endif /* POSAL_MMAP_VFIO */
}
#endif /* POSAL_MMAP_VFIO */

spf_hashtable_insert(&g_posal_memorymap_internal_ptr->shmmap_ht, &new_shm_map_hashnode_ptr->hash_node);

Expand Down
Loading