Skip to content

Commit 82f54d0

Browse files
committed
D'oh!
Signed-off-by: Attila Fülöp <attila@fueloep.org>
1 parent f2238bb commit 82f54d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sys/frame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern "C" {
3131
#else
3232
#include <linux/frame.h>
3333
#endif
34-
#if ! defined(HAVE_STACK_FRAME_NON_STANDARD_ASM)
34+
#if defined(_ASM) && ! defined(HAVE_STACK_FRAME_NON_STANDARD_ASM)
3535
.macro STACK_FRAME_NON_STANDARD func:req
3636
.endm
3737
#endif

0 commit comments

Comments
 (0)