PR 6439 part 1: fix mistake in backtrace.c

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14923 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Mark Shinwell 2014-05-30 09:52:05 +00:00
parent 456ba0c57b
commit dd3a286bbe
1 changed files with 1 additions and 1 deletions

View File

@ -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)