Home | History | Annotate | Download | only in mips
      1 	.text
      2 foo:
      3 	.ent foo
      4 	sync
      5 	sync.p
      6 	sync.l
      7 	.end foo
      8 
      9 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
     10 	.space  8
     11