20001205-1.x
来自「gcc3.2.1源代码」· X 代码 · 共 9 行
X
9 行
# This does not work on m68hc11 due to the asm statement which# forces two 'long' (32-bits) variables to go in registers.global target_tripletif { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } { set torture_compile_xfail "$target_triplet"}return 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?