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