From a7031e4e0fc811c68293ec82ecda831e6d3a1994 Mon Sep 17 00:00:00 2001 From: serr Date: Wed, 15 Jan 2025 20:49:29 +0300 Subject: [PATCH] update comments --- analysis_function.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis_function.h b/analysis_function.h index 594ea55..8133960 100644 --- a/analysis_function.h +++ b/analysis_function.h @@ -20,7 +20,7 @@ byte* AF_address(byte* f) { byte* offset = (byte*)(*((int32_t*)f_p) >> 8); real_address = f_p + (int32_t)offset + 5; #endif - #else // other compilers (it's not a given that it works) + #else // other compilers real_address = f; #endif return real_address;