PR 6439 part 1: fix mistake in backtrace.c
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14923 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
456ba0c57b
commit
dd3a286bbe
|
@ -230,7 +230,7 @@ static void read_debug_info(void)
|
|||
struct exec_trailer trail;
|
||||
struct channel * chan;
|
||||
uint32 num_events, orig, i;
|
||||
uintnat j;
|
||||
intnat j;
|
||||
value evl, l, ev_start;
|
||||
|
||||
if(events != NULL)
|
||||
|
|
Loading…
Reference in New Issue