Remis le execute_without_breakpoints dans internal_go_to.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1386 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
094b45f8ed
commit
dc68648bf4
|
@ -429,7 +429,7 @@ let rec step_forward duration =
|
|||
let internal_go_to time =
|
||||
let duration = time - current_time () in
|
||||
if duration > 0 then
|
||||
step_forward duration
|
||||
execute_without_breakpoints (function () -> step_forward duration)
|
||||
|
||||
(* Move to a given time. *)
|
||||
let go_to time =
|
||||
|
|
Loading…
Reference in New Issue