From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Kernel/src/Utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/Kernel/src/Utils.cc') diff --git a/dev/Kernel/src/Utils.cc b/dev/Kernel/src/Utils.cc index c5a82305..07e57aef 100644 --- a/dev/Kernel/src/Utils.cc +++ b/dev/Kernel/src/Utils.cc @@ -161,7 +161,7 @@ namespace Kernel Bool rt_to_string(Char* str, UInt64 base, Int32 limit) { -#ifdef __ZKA_AMD64__ +#ifdef __NE_AMD64__ auto i = 0; auto final_number = base; -- cgit v1.2.3