From be36b925ea6a08e87468b9edb667f59e7bc61e8f Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 2 Sep 2016 21:15:53 -0400 Subject: [PATCH] fix for argument name change --- 4ed.cpp | 14 +++++++------- linux_4ed.cpp | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/4ed.cpp b/4ed.cpp index 119cbd27..efe3c9a8 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -1,11 +1,11 @@ /* -* Mr. 4th Dimention - Allen Webster -* -* 12.12.2014 -* -* Application layer for project codename "4ed" -* -*/ + * Mr. 4th Dimention - Allen Webster + * + * 12.12.2014 + * + * Application layer for project codename "4ed" + * + */ // TOP diff --git a/linux_4ed.cpp b/linux_4ed.cpp index 4ca984cb..5b0c05e5 100644 --- a/linux_4ed.cpp +++ b/linux_4ed.cpp @@ -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