Kernel: fix dump_stacktrace
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Kernel
|
|||||||
struct stackframe
|
struct stackframe
|
||||||
{
|
{
|
||||||
stackframe* ebp;
|
stackframe* ebp;
|
||||||
uint64_t eip;
|
uintptr_t eip;
|
||||||
};
|
};
|
||||||
|
|
||||||
stackframe* frame = (stackframe*)__builtin_frame_address(0);
|
stackframe* frame = (stackframe*)__builtin_frame_address(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user