981223-1.x
来自「linux下的gcc编译器」· X 代码 · 共 15 行
X
15 行
# On IA-64 the assembler may emit## Warning: Additional NOP may be necessary to workaround Itanium# processor A/B step errata## This can be fixed by adding "-mb-step" to the command line, which# does in fact add the extra nop.if [istarget "ia64-*-*"] { set torture_eval_before_compile { set option "$option -mb-step" }}return 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?