2 * Copyright 2012, Alex Smith, alex@alex-smith.me.uk.
3 * Distributed under the terms of the MIT License.
10 /* void* get_stack_frame(void) */
11 FUNCTION(get_stack_frame):
14 FUNCTION_END(get_stack_frame)
17 /* void* __arch_get_caller(void); */
18 FUNCTION(__arch_get_caller):
21 FUNCTION_END(__arch_get_caller)