asm-extn1.c

来自「gcc3.2.1源代码」· C语言 代码 · 共 15 行

C
15
字号
// Build don't link: // Special g++ Options: -S// GROUPS passed asm-extension// Skip if not target: sparc-sun-*// This used to crash because c_expand_asm_keyword didn't know what to// do with this.  The parser rules were changed to accept an expr, instead// of a stmt.extern void traptable(void);main(){  asm("wr    %0,%%tbr" : : "r" (traptable));}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?