1 /* $NetBSD: return_one.S,v 1.2 2014/01/26 20:42:06 matt Exp $ */ 2 3 #include <machine/asm.h> 4 5 ENTRY_NP(return_one) 6 mov r0, #1 7 RET 8 .align 0 9 .globl return_one_end 10 return_one_end: 11 END(return_one) 12
Indexes created Mon Sep 22 05:09:51 GMT 2025