This commit is contained in:
Julian Barathieu 2020-01-10 13:57:42 +01:00
parent 36ce243b8c
commit 102f3f0279
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ error_t CmdMemUsage(int argc, char **argv, char *cmdline)
ulong flags = KePauseIRQs();
heap_start = (size_t)_heap_start;
heap_end = (size_t)_heap_start;
heap_end = (size_t)_heap_end;
heap_max = _heap_max;
KeRestoreIRQs(flags);