Commit ac44434
authored
Fix typo in install_debug_wrapper() (#25210)
Fix typo in install_debug_wrapper() that accidentally caused export
wrappers to be created for all asan funtions, like __asan_loadN() and
__asan_storeN(). These functions are 'low-level assembly functions' that
operate outside the Emscripten C runtime being alive or not, similar to
e.g. the stack init functions.1 parent 873dc2e commit ac44434
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
| 903 | + | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| |||
0 commit comments