mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Add debug message for GetBinaryType
This commit is contained in:
parent
cac9449457
commit
6f8e486740
@ -100,6 +100,7 @@ namespace Execute
|
||||
BinaryType GetBinaryType(std::string Path)
|
||||
{
|
||||
FileNode *node = fs->GetByPath(Path.c_str(), nullptr);
|
||||
debug("Checking binary type of %s (returning %p)", Path.c_str(), node);
|
||||
assert(node != nullptr);
|
||||
return GetBinaryType(node);
|
||||
}
|
||||
|
@ -60,7 +60,6 @@ namespace Memory
|
||||
};
|
||||
}
|
||||
|
||||
#include <memory/smart_heap.hpp>
|
||||
#include <memory/physical.hpp>
|
||||
#include <memory/virtual.hpp>
|
||||
#include <memory/swap_pt.hpp>
|
||||
|
Loading…
x
Reference in New Issue
Block a user