mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +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
|
/* If strlen returned 0 that means that the static object
|
||||||
contains a NULL byte. In that case just move over to the
|
contains a NULL byte. In that case just move over to the
|
||||||
next block. We can rely on the byte being zero because
|
next block. We can rely on the byte being zero because
|
||||||
of the previous call to bzero and because the dynamic
|
the dynamic linker cleared it. */
|
||||||
linker cleared it. */
|
|
||||||
p++;
|
p++;
|
||||||
i++;
|
i++;
|
||||||
gcc_jit_block_add_assignment (
|
gcc_jit_block_add_assignment (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue