Skip to content

Commit

Permalink
initialize previous_exception
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Oct 31, 2018
1 parent f95ee2c commit 3f89d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/threading.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ void jl_init_threadtls(int16_t tid)
memset(bt_data, 0, sizeof(uintptr_t) * (JL_MAX_BT_SIZE + 1));
ptls->bt_data = (uintptr_t*)bt_data;
ptls->sig_exception = NULL;
ptls->previous_exception = NULL;
#ifdef _OS_WINDOWS_
ptls->needs_resetstkoflw = 0;
#endif
Expand Down

0 comments on commit 3f89d56

Please sign in to comment.