Fix regression in MODE=asan build

This commit is contained in:
Justine Tunney 2022-11-06 01:05:13 -07:00
parent be16bcdcd3
commit 002df0f16c
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -50,7 +50,7 @@ STATIC_YOINK("_init_metalfile");
void *__ape_com_base; void *__ape_com_base;
size_t __ape_com_size = 0; size_t __ape_com_size = 0;
textstartup void InitializeMetalFile(void) { textstartup noasan void InitializeMetalFile(void) {
if (IsMetal()) { if (IsMetal()) {
/* /*
* Copy out a pristine image of the program before the program might * Copy out a pristine image of the program before the program might