Skip to content

Commit

Permalink
Fix typo on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Oct 9, 2017
1 parent 46d89ba commit 7993011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpreter-stacktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern uintptr_t __stop_jl_interpreter_frame_val;
uintptr_t __stop_jl_interpreter_frame = (uintptr_t)&__stop_jl_interpreter_frame_val;

#define SECT_INTERP JL_SECTION("jl_interpreter_frame_val")
#if defined(_CPU_X86_) && defined(_OS_WINDOWS)
#if defined(_CPU_X86_) && defined(_OS_WINDOWS_)
#define MANGLE(x) "@" x "@8"
#else
#define MANGLE(x) x
Expand Down

0 comments on commit 7993011

Please sign in to comment.