fix: tests broken by use of assembly
This commit is contained in:
parent
f15008da05
commit
1cee0908d2
4 changed files with 1 additions and 1 deletions
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
AAAAAAAAA
|
Loading…
Reference in a new issue