real address = f for other compilers
parent
c545bfbca5
commit
db0d83dc73
|
@ -21,6 +21,8 @@ byte* AF_address(byte* f) {
|
|||
#endif
|
||||
#elif defined(__GNUC__) // GCC
|
||||
real_address = f;
|
||||
#else // other compilers (it's not a given that it works)
|
||||
real_address = f;
|
||||
#endif
|
||||
return real_address;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue