X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/10ac299278b548d88a682c750bb5973c3e78037c..772740dd8b0c23e9ffe4fc92805e700f5367ec4c:/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