update comments

main
serr 2025-01-15 19:02:15 +03:00
parent 5a04e35ff6
commit f2d5f3856d
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
typedef unsigned char byte;
// Returns the real address of the passed function
// Will return NULL if the compiler is not supported
byte* AF_address(byte* f) {
byte* real_address = NULL;
#ifdef _MSC_VER // MSVC