* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git] / libjava / sysdep / descriptor-y.h
blobca615505d83331a544ab76148745179d35f38b4a
1 // Given a function pointer, return the code address.
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))