2016-09-22 155 views

回答

0

SYM是asm.h

#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) 
+0

定义一个宏,__USER_LABEL_PREFIX__一般是 “”,所以它基本上是什么都不做。 – mpe