summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/cris/return.s
blob: fbc73b645c8c5886bd5084dd857d83fbd47e385a (plain)
1
2
3
4
5
6
7
8
9
10
11
; Return-type insns.  Keep a nop after them, in case a sane
; warning is added to the assembler.
 .text
start:
 ret
 nop
 reti
 nop
 retb
 nop
end: