1
2	.inline _getReturnAddr,0
3	! Warning: don't use in leaf methods - their ret addr is not in %i7.
4	mov		%i7, %o0
5	.end
6
7
8	.inline	_flushInstruction,1
9	flush	%o0
10	stbar
11	.end
12