From 0bb0eb7952edbe2d14a071abe9eeff6e8b1b51ee Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 21 Oct 2024 09:35:23 +0200 Subject: IMP: Improved many things, and looking at how to fix the interrupts issue. Signed-off-by: Amlal El Mahrouss --- dev/zba/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/zba/BootKit/BootKit.hxx') diff --git a/dev/zba/BootKit/BootKit.hxx b/dev/zba/BootKit/BootKit.hxx index 5c2805fc..f9a94c6e 100644 --- a/dev/zba/BootKit/BootKit.hxx +++ b/dev/zba/BootKit/BootKit.hxx @@ -102,7 +102,7 @@ namespace Boot ~BFileReader(); public: - Void ReadAll(SizeT until, SizeT chunk = kib_cast(4), UIntPtr outAddress = 0UL); + Void ReadAll(SizeT until, SizeT chunk = kib_cast(4), UIntPtr out_address = 0UL); enum { -- cgit v1.2.3