diff --git a/repos/ealanos/run/larson.run b/repos/ealanos/run/larson.run index bb25b652ca..a27f816983 100644 --- a/repos/ealanos/run/larson.run +++ b/repos/ealanos/run/larson.run @@ -35,7 +35,7 @@ install_config { - + diff --git a/repos/ealanos/src/bench/larson/larson.cpp b/repos/ealanos/src/bench/larson/larson.cpp index 9e8536711a..c35cf07b23 100644 --- a/repos/ealanos/src/bench/larson/larson.cpp +++ b/repos/ealanos/src/bench/larson/larson.cpp @@ -155,8 +155,8 @@ void operator delete[](void *pUserData ) #endif #ifndef CUSTOM_MALLOC -#define CUSTOM_MALLOC malloc //_alloc->alloc -#define CUSTOM_FREE free //_alloc->free +#define CUSTOM_MALLOC _alloc->alloc +#define CUSTOM_FREE _alloc->free #endif