Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
libgcc
/
enable-execute-stack-empty.c
blob: e2cc02ba1168a6c92feaa388ae038b1a65ca7ab7 [
file
] [
log
] [
blame
]
/* Dummy implementation of __enable_execute_stack. */
extern
void
__enable_execute_stack
(
void
*);
/* Attempt to turn on execute permission for the stack. */
void
__enable_execute_stack
(
void
*
addr __attribute__
((
__unused__
)))
{
}