From 154b4163d7c19aa86d3e47a78de9111d37f7f307 Mon Sep 17 00:00:00 2001 From: Amlal Date: Fri, 28 Mar 2025 11:28:49 +0100 Subject: arm64: FIX - remove useless and problematic code. Rather than trying to fix it, let's just avoid calling cb_put_string instead. Signed-off-by: Amlal --- lib/boot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/boot.h') diff --git a/lib/boot.h b/lib/boot.h index db5a50d..a88f1cd 100644 --- a/lib/boot.h +++ b/lib/boot.h @@ -61,9 +61,9 @@ typedef ptrtype_t size_t; #define yes __yes #ifndef __cplusplus -#define bool boolean +#define bool boolean #define false no -#define true yes +#define true yes #endif //!_cplusplus #define SYS_RESTART 0 @@ -97,7 +97,7 @@ typedef ptrtype_t size_t; static inline void __sync_synchronize(void) { - cb_put_string("CB: warning: __sync_synchronize is not implemented!\r\n"); + /// leave it as is. } #define cb_sync_synchronize() __sync_synchronize() -- cgit v1.2.3