Skip to content

Commit

Permalink
Merge pull request #217 from jmartin-r7/bug/201-limit-asm
Browse files Browse the repository at this point in the history
Update to more compatible syntax & protect stack
  • Loading branch information
tenderlove committed Jan 8, 2020
2 parents 69f2941 + eed596f commit 3a1f477
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ext/mri/x86.S
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ BF_die:

#endif

#ifdef __i386__
#if defined(__ELF__) && defined(__linux__)
.section .note.GNU-stack,"",@progbits
#endif
.section .note.GNU-stack,"",%progbits
#endif

0 comments on commit 3a1f477

Please sign in to comment.