* src/comp.c (emit_static_object): Make use of ARRAYELTS.
This commit is contained in:
parent
ff593d934a
commit
c55884d72a
1 changed files with 1 additions and 1 deletions
|
@ -2549,7 +2549,7 @@ emit_static_object (const char *name, Lisp_Object obj)
|
|||
gcc_jit_context_new_struct_type (comp.ctxt,
|
||||
NULL,
|
||||
format_string ("%s_struct", name),
|
||||
2, fields));
|
||||
ARRAYELTS (fields), fields));
|
||||
|
||||
gcc_jit_lvalue *data_struct =
|
||||
gcc_jit_context_new_global (comp.ctxt,
|
||||
|
|
Loading…
Add table
Reference in a new issue