mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Fix emit_static_object comment (no bzero call)
This commit is contained in:
parent
1e0b0bed28
commit
8c69ba718e
1 changed files with 1 additions and 2 deletions
|
|
@ -2823,8 +2823,7 @@ emit_static_object (const char *name, Lisp_Object obj)
|
|||
/* If strlen returned 0 that means that the static object
|
||||
contains a NULL byte. In that case just move over to the
|
||||
next block. We can rely on the byte being zero because
|
||||
of the previous call to bzero and because the dynamic
|
||||
linker cleared it. */
|
||||
the dynamic linker cleared it. */
|
||||
p++;
|
||||
i++;
|
||||
gcc_jit_block_add_assignment (
|
||||
|
|
|
|||
Loading…
Reference in a new issue