* of the first mismatched characters interpreted as uint8_t.
*/
+#include <arm64/asm.h>
+
.globl _strncmp
/*****************************************************************************
*****************************************************************************/
.macro EstablishFrame
+ ARM64_STACK_PROLOG
stp fp, lr, [sp, #-16]!
mov fp, sp
.endm
.macro ClearFrameAndReturn
ldp fp, lr, [sp], #16
- ret
+ ARM64_STACK_EPILOG
.endm
#include "../mach/arm/vm_param.h"