Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mquickjs_build.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ static int atom_cmp(const void *p1, const void *p2)

/* js_atom_table must be properly aligned because the property hash
table uses the low bits of the atom pointer value */
#define ATOM_ALIGN 64
#define ATOM_ALIGN 256

static void dump_atoms(BuildContext *ctx)
{
Expand Down