q/src/arm/Return.go

7 lines
108 B
Go

package arm
// Return transfers program control to the caller.
func Return() uint32 {
return 0xD65F03C0
}