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;