brintos

brintos / llvm-project-archived public Read only

0
0
Text · 139 B · 0d0b11f Raw
13 lines · plain
1  .text2  .set micromips3  .global foo4  .type foo,@function5foo:6  nop7 8  .set nomicromips9  .global bar10  .type bar,@function11bar:12  nop13