From 7ec77f42f45fb3b3479818636943923b9416a170 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 19 Jan 2026 21:51:20 +0100 Subject: chore: {kernel, launch, libSystem}: Implementation and WiP improvements. Signed-off-by: Amlal El Mahrouss --- src/modules/MBCI/MBCI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/MBCI/MBCI.h b/src/modules/MBCI/MBCI.h index daf1f02d..770d8312 100644 --- a/src/modules/MBCI/MBCI.h +++ b/src/modules/MBCI/MBCI.h @@ -97,7 +97,7 @@ typedef UInt32 MBCIAuthKeyType; /// @internal inline BOOL busi_test_mmio(_Input struct IMBCIHost* host, _Input const UInt32 test) { host->MMIOTest = test; - UInt16 timeout = 0UL; + UInt16 timeout{0UL}; while (host->MMIOTest == test) { ++timeout; -- cgit v1.2.3