summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/frv/nop.cgs
blob: 7180066ce9c034816aaea4a51f0b41937ede9f2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frv testcase for nop
# mach: all

	.include "testutils.inc"

	start

	.global nop
nop:
	nop

	pass