update comments

main
serr 2025-01-15 20:49:29 +03:00
parent 85b617e2cd
commit a7031e4e0f
1 changed files with 1 additions and 1 deletions

View File

@ -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;