kernel: Fix extra qualification in Thread.h
Some checks failed
Build and test / build (push) Failing after 12m15s
Some checks failed
Build and test / build (push) Failing after 12m15s
Forgot to build after writing the previous commit, but CI caught it anyway.
This commit is contained in:
parent
1d0f18cab9
commit
ab70a72434
@ -169,7 +169,7 @@ struct Thread : public LinkedListNode<Thread>
|
|||||||
Result<u64> push_mem_on_stack(const u8* mem, usize size);
|
Result<u64> push_mem_on_stack(const u8* mem, usize size);
|
||||||
Result<u64> pop_mem_from_stack(u8* mem, usize size);
|
Result<u64> pop_mem_from_stack(u8* mem, usize size);
|
||||||
|
|
||||||
bool Thread::check_stack_on_exception(u64 stack_pointer);
|
bool check_stack_on_exception(u64 stack_pointer);
|
||||||
|
|
||||||
void stop();
|
void stop();
|
||||||
void resume();
|
void resume();
|
||||||
|
Loading…
Reference in New Issue
Block a user