|
My Project
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
46#ifndef __OM_RETURN_H__
47#define __OM_RETURN_H__
54#ifdef OM_GET_RETURN_ADDR_WORKS
55#define GET_RET_ADDR(file) (file = __builtin_return_address(0))
57#define GET_RET_ADDR(file) (file = 0)
60#define GET_RET_ADDR(file) (file = 0)