fix Win64 native stack trace

Fix Win64-specific bug in 7812c604f4.
This commit is contained in:
Matthew Flatt 2017-01-02 12:42:02 -07:00
parent ae21f8f875
commit ada002616e

View File

@ -289,7 +289,7 @@ Scheme_Object *scheme_native_stack_trace(void)
first = name; first = name;
last = name; last = name;
if (shift_cache_to_next) { if (shift_cache_to_next) {
stack_cache_stack[stack_cache_stack_pos].cache = last; set_cache_last = last;
shift_cache_to_next = 0; shift_cache_to_next = 0;
} }
} }