fix for argument name change

master
Allen Webster 2016-09-02 21:15:53 -04:00
parent f4b6be49d1
commit be36b925ea
2 changed files with 8 additions and 8 deletions

View File

@ -708,7 +708,7 @@ MEMORY_SET_PROTECTION_SIG(system_memory_set_protection){
internal
MEMORY_FREE_SIG(system_memory_free){
// NOTE(allen): This must take the exact base of the vpage.
munmap(mem, size);
munmap(ptr, size);
}
internal