/** Copyright 2005-2008, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#include <asm_defs.h>/* void* get_stack_frame(void) */FUNCTION(get_stack_frame):mov %ebp, %eaxretFUNCTION_END(get_stack_frame)
/** Copyright 2005-2008, Ingo Weinhold, ingo_weinhold@gmx.de.* Distributed under the terms of the MIT License.*/#include <asm_defs.h>/* void* get_stack_frame(void) */FUNCTION(get_stack_frame):mov %ebp, %eaxretFUNCTION_END(get_stack_frame)