Skip to content

Commit

Permalink
fix: tests broken by use of assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Jul 31, 2024
1 parent f15008d commit 1cee090
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* This test only works on x86-64. */
/* Previously in TinyCC, ELF sections defined in assembly would always have the
execute bit not set, so you would get segmentation faults when code in these
sections was exectuted. This file is a minimal example of a file that will put
Expand Down
1 change: 0 additions & 1 deletion tests/tests2/133_exec_section_in_asm.expect

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 1cee090

Please sign in to comment.