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