OSDN Git Service

* configure: Rebuilt.
[pf3gnuchains/gcc-fork.git] / libjava / sysdep / descriptor-y.h
1 // Given a function pointer, return the code address.
2
3 // The function descriptor is actually multiple words,
4 // but we don't care about anything except the first.
5 #define UNWRAP_FUNCTION_DESCRIPTOR(X)  (*(void **)(X))