fix for argument name change
parent
f4b6be49d1
commit
be36b925ea
14
4ed.cpp
14
4ed.cpp
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
* Mr. 4th Dimention - Allen Webster
|
* Mr. 4th Dimention - Allen Webster
|
||||||
*
|
*
|
||||||
* 12.12.2014
|
* 12.12.2014
|
||||||
*
|
*
|
||||||
* Application layer for project codename "4ed"
|
* Application layer for project codename "4ed"
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// TOP
|
// TOP
|
||||||
|
|
||||||
|
|
|
@ -708,7 +708,7 @@ MEMORY_SET_PROTECTION_SIG(system_memory_set_protection){
|
||||||
internal
|
internal
|
||||||
MEMORY_FREE_SIG(system_memory_free){
|
MEMORY_FREE_SIG(system_memory_free){
|
||||||
// NOTE(allen): This must take the exact base of the vpage.
|
// NOTE(allen): This must take the exact base of the vpage.
|
||||||
munmap(mem, size);
|
munmap(ptr, size);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal
|
internal
|
||||||
|
|
Loading…
Reference in New Issue