From f651858b579138d5df0f89363879825513ece227 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 18 Dec 2025 19:38:22 +0100 Subject: chore: MKFS library improvements on documentation. Signed-off-by: Amlal El Mahrouss --- src/boot/src/BootThread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') 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(fBlob); + const Char* blob_bytes = static_cast(fBlob); BootTextWriter writer; if (!blob_bytes) { -- cgit v1.2.3