Remis le execute_without_breakpoints dans internal_go_to.

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1386 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jérôme Vouillon 1997-03-13 20:45:57 +00:00
parent 094b45f8ed
commit dc68648bf4
1 changed files with 1 additions and 1 deletions

View File

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