diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2017-11-15 18:01:09 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2018-01-26 04:49:54 +0100 |
| commit | 634f8cc06a88eb978c5e52390014740c4bab1e33 (patch) | |
| tree | 57d414588e236c301ad3c4ce49759771a6339e58 /src/libstd/sys/cloudabi/backtrace.rs | |
| parent | a0a9007f8d28234086f33c425bb996acd646bd14 (diff) | |
| download | rust-634f8cc06a88eb978c5e52390014740c4bab1e33.tar.gz rust-634f8cc06a88eb978c5e52390014740c4bab1e33.zip | |
Print inlined functions on Windows
Diffstat (limited to 'src/libstd/sys/cloudabi/backtrace.rs')
| -rw-r--r-- | src/libstd/sys/cloudabi/backtrace.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/sys/cloudabi/backtrace.rs b/src/libstd/sys/cloudabi/backtrace.rs index 33d93179237..1b970187558 100644 --- a/src/libstd/sys/cloudabi/backtrace.rs +++ b/src/libstd/sys/cloudabi/backtrace.rs @@ -77,6 +77,7 @@ extern "C" fn trace_fn( cx.frames[cx.idx] = Frame { symbol_addr: symaddr as *mut u8, exact_position: ip as *mut u8, + inline_context: 0, }; cx.idx += 1; } |
