diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 9ed94dc8a1e..c19e3dabb6e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4928,7 +4928,7 @@ mark_maybe_pointer (void *p, bool symbol_only) | |||
| 4928 | /* Mark Lisp objects referenced from the address range START..END | 4928 | /* Mark Lisp objects referenced from the address range START..END |
| 4929 | or END..START. */ | 4929 | or END..START. */ |
| 4930 | 4930 | ||
| 4931 | static void ATTRIBUTE_NO_SANITIZE_ADDRESS | 4931 | void ATTRIBUTE_NO_SANITIZE_ADDRESS |
| 4932 | mark_memory (void const *start, void const *end) | 4932 | mark_memory (void const *start, void const *end) |
| 4933 | { | 4933 | { |
| 4934 | char const *pp; | 4934 | char const *pp; |