Commit 56125fa
authored
Fix specifying the dependency from SYSCALL_DEBUG to $strError() function. (#25032)
Fix specifying the dependency from SYSCALL_DEBUG to $strError() function
to take place directly where the use of strError() is emitted, and not
indirectly via the JS SYSCALLS object. Fixes WASMFS + SYSCALLS_DEBUG
build mode, e.g. in test wasmfs.test_fs_nodefs_rw.1 parent b132141 commit 56125fa
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2559 | 2559 | | |
2560 | 2560 | | |
2561 | 2561 | | |
| 2562 | + | |
| 2563 | + | |
2562 | 2564 | | |
2563 | 2565 | | |
2564 | 2566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
0 commit comments