From e05aa2145b8d0000110b93fb371ba858cb2a02bc Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 14 Sep 2024 20:11:35 +0200 Subject: IMP: Fixes and improvements on PEF Loader, User scheduler and BMP manager. - This covers the Memory Manager, User Scheduler Manager and Loader Manager. - These are mostly fixes and added features. - Such as a new symbol to get heap reserve. META: Run format command. Signed-off-by: Amlal --- dev/ZKA/Sources/NeFS+IO.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZKA/Sources/NeFS+IO.cxx') diff --git a/dev/ZKA/Sources/NeFS+IO.cxx b/dev/ZKA/Sources/NeFS+IO.cxx index a86e9c29..6c3aa6e1 100644 --- a/dev/ZKA/Sources/NeFS+IO.cxx +++ b/dev/ZKA/Sources/NeFS+IO.cxx @@ -24,7 +24,7 @@ /// Useful macros. #define NEFS_WRITE(DRV, TRAITS, MP) (MP->DRV()).fOutput(&TRAITS) -#define NEFS_READ(DRV, TRAITS, MP) (MP->DRV()).fInput(&TRAITS) +#define NEFS_READ(DRV, TRAITS, MP) (MP->DRV()).fInput(&TRAITS) using namespace Kernel; -- cgit v1.2.3