mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
up
This commit is contained in:
parent
36ce243b8c
commit
102f3f0279
@ -40,7 +40,7 @@ error_t CmdMemUsage(int argc, char **argv, char *cmdline)
|
|||||||
ulong flags = KePauseIRQs();
|
ulong flags = KePauseIRQs();
|
||||||
|
|
||||||
heap_start = (size_t)_heap_start;
|
heap_start = (size_t)_heap_start;
|
||||||
heap_end = (size_t)_heap_start;
|
heap_end = (size_t)_heap_end;
|
||||||
heap_max = _heap_max;
|
heap_max = _heap_max;
|
||||||
|
|
||||||
KeRestoreIRQs(flags);
|
KeRestoreIRQs(flags);
|
||||||
|
Loading…
Reference in New Issue
Block a user