Skip to content

Commit

Permalink
Small typo fix
Browse files Browse the repository at this point in the history
Whoops, there's only one underscore here.
  • Loading branch information
Keno committed Jul 2, 2019
1 parent 1fc51b7 commit 2069c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ STATIC_INLINE int gc_mark_scan_obj32(jl_ptls_t ptls, jl_gc_mark_sp_t *sp, gc_mar
return 0;
}

#if defined(__GNUC__) && !defined(__OS_EMSCRIPTEN__)
#if defined(__GNUC__) && !defined(_OS_EMSCRIPTEN_)
# define gc_mark_laddr(name) (&&name)
# define gc_mark_jmp(ptr) goto *(ptr)
#else
Expand Down

0 comments on commit 2069c2b

Please sign in to comment.