summaryrefslogtreecommitdiff
path: root/runtime/backtrace_byt.c
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2019-03-18 09:42:23 +0000
committerGitHub <noreply@github.com>2019-03-18 09:42:23 +0000
commit838e44a24509f6ad9212131c6e84202eb7d6c22c (patch)
treec73317cc6b42b5ee137518dfeda0572097437b74 /runtime/backtrace_byt.c
parente3a62eef9125a06e999877a65f869b733ef8d848 (diff)
downloadocaml-838e44a24509f6ad9212131c6e84202eb7d6c22c.tar.gz
Update issue numbers in comments after Mantis -> Github migration. (#8505)
Diffstat (limited to 'runtime/backtrace_byt.c')
-rw-r--r--runtime/backtrace_byt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/backtrace_byt.c b/runtime/backtrace_byt.c
index 8ea94eed14..b913dacdd5 100644
--- a/runtime/backtrace_byt.c
+++ b/runtime/backtrace_byt.c
@@ -241,7 +241,7 @@ void caml_stash_backtrace(value exn, code_t pc, value * sp, int reraise)
return;
if (caml_backtrace_pos >= BACKTRACE_BUFFER_SIZE) return;
- /* testing the code region is needed: PR#1554 */
+ /* testing the code region is needed: PR#8026 */
if (find_debug_info(pc) != NULL)
caml_backtrace_buffer[caml_backtrace_pos++] = pc;