Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 621 → Rev 622

/kernel/trunk/arch/ia32/include/debug.h
31,12 → 31,6
 
#include <arch/asm.h>
 
/** Return caller of this function
*
* @param first_arg First argument of the function
*/
#define CALLER(first_arg) ((__address *) &first_arg)[-1];
 
#define HERE get_ip()
 
#endif