X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/4bc8424a9fde81305a5bcd04708492f3a067b438..e2f967aeff8b2c0b42d0b0a209f47543d61e48b1:/base/asm-common.h diff --git a/base/asm-common.h b/base/asm-common.h index e8f6445c..44c223da 100644 --- a/base/asm-common.h +++ b/base/asm-common.h @@ -1116,7 +1116,11 @@ name: #endif #ifndef F -# define F(name) name +# ifdef SYM_USCORE +# define F(name) _##name +# else +# define F(name) name +# endif #endif #ifndef TYPE_FUNC