summaryrefslogtreecommitdiff
path: root/src/lem_interp/run_with_elf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/lem_interp/run_with_elf.ml')
-rw-r--r--src/lem_interp/run_with_elf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lem_interp/run_with_elf.ml b/src/lem_interp/run_with_elf.ml
index d104f759..4f99fa64 100644
--- a/src/lem_interp/run_with_elf.ml
+++ b/src/lem_interp/run_with_elf.ml
@@ -918,7 +918,7 @@ let fetch_instruction_opcode_and_update_ia model =
let rec fde_loop count context model mode track_dependencies opcode =
if !max_cut_off && count = !max_instr
- then resultf "\n Ending evaluation due to reaching cut off point of %d instructions\n" count
+ then resultf "\nEnding evaluation due to reaching cut off point of %d instructions\n" count
else begin
interactf "\n**** instruction %d ****\n" count;
if !break_point && count = !break_instr then begin break_point := false; eager_eval := false end;