diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-18 19:38:22 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-18 19:38:22 +0100 |
| commit | f651858b579138d5df0f89363879825513ece227 (patch) | |
| tree | 7f9fc7f18d7948e4c969b3901e9ca6559f4941d9 /src/boot | |
| parent | ed6d2f6007b572b907e3cb11b4303c13d1572c9c (diff) | |
chore: MKFS library improvements on documentation.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/src/BootThread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/src/BootThread.cc b/src/boot/src/BootThread.cc index 7d3beba8..fcd0d0a3 100644 --- a/src/boot/src/BootThread.cc +++ b/src/boot/src/BootThread.cc @@ -28,7 +28,7 @@ EXTERN_C Int32 rt_jump_to_address(VoidPtr code, HEL::BootInfoHeader* handover, U BootThread::BootThread(VoidPtr blob) : fStartAddress(nullptr), fBlob(blob) { // detect the image format (PEF, PE32, etc.) - const Char* blob_bytes = static_cast<Char*>(fBlob); + const Char* blob_bytes = static_cast<Char*>(fBlob); BootTextWriter writer; if (!blob_bytes) { |
