mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Add ASAN guards to some asm data structures
This commit is contained in:
parent
6c2fd9ecc6
commit
390e22a8c6
15 changed files with 31 additions and 4 deletions
|
@ -29,6 +29,7 @@
|
|||
.hidden __bench_start,__bench_end
|
||||
.byte 0
|
||||
.align __SIZEOF_POINTER__
|
||||
.underrun
|
||||
__bench_start:
|
||||
.previous/*
|
||||
...
|
||||
|
@ -37,4 +38,5 @@ __bench_start:
|
|||
*/.section .piro.relo.sort.bench.3,"aw",@nobits
|
||||
__bench_end:
|
||||
.quad 0
|
||||
.overrun
|
||||
.previous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue