📄 err-4.s
字号:
! { dg-do assemble }! { dg-options "--abi=32 -no-mix" }! Check that we can't have different ISA:s in the same section if disallowed. .text .mode SHmediastart: nop .mode SHcompact nop ! { dg-error "not allowed in same section" } .section .text.other,"ax" .mode SHmedia nop .mode SHcompact nop ! { dg-error "not allowed in same section" } .section .text.more,"ax" .mode SHmedia nop .section .text.yetmore,"ax" .mode SHcompact nop
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -