mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +00:00
Fix regression in MODE=asan build
This commit is contained in:
parent
be16bcdcd3
commit
002df0f16c
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ STATIC_YOINK("_init_metalfile");
|
|||
void *__ape_com_base;
|
||||
size_t __ape_com_size = 0;
|
||||
|
||||
textstartup void InitializeMetalFile(void) {
|
||||
textstartup noasan void InitializeMetalFile(void) {
|
||||
if (IsMetal()) {
|
||||
/*
|
||||
* Copy out a pristine image of the program — before the program might
|
||||
|
|
Loading…
Add table
Reference in a new issue