diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-26 18:15:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-26 18:15:54 +0100 |
| commit | c0f7f3f300d603d355fc7ec5be317afe1f0ee1b6 (patch) | |
| tree | 87189340d1b6f36474c52c0cf951310862fe9db7 /dev/BootLoader/BootKit/Thread.h | |
| parent | 4ed658c633ce5d7c5bde4acdbe322e5f51592369 (diff) | |
IMPL: Improvements and fixes.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/BootLoader/BootKit/Thread.h')
| -rw-r--r-- | dev/BootLoader/BootKit/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/BootLoader/BootKit/Thread.h b/dev/BootLoader/BootKit/Thread.h index 06fd84a0..42991d17 100644 --- a/dev/BootLoader/BootKit/Thread.h +++ b/dev/BootLoader/BootKit/Thread.h @@ -29,7 +29,7 @@ namespace Boot BThread& operator=(const BThread&) = default; BThread(const BThread&) = default; - void Start(HEL::BootInfoHeader* handover, BOOL is_own_stack); + Int32 Start(HEL::BootInfoHeader* handover, BOOL is_own_stack); void SetName(const char* name); const char* GetName(); bool IsValid(); |
