Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
fac788f2
Commit
fac788f2
authored
Dec 09, 2020
by
Cyril SIX
Browse files
Flushing debug output
parent
9a1d53cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/LICMaux.ml
View file @
fac788f2
...
...
@@ -23,7 +23,7 @@ type reg = P.t;;
let
debug_flag
=
ref
false
let
debug
fmt
=
if
!
debug_flag
then
Printf
.
eprintf
fmt
if
!
debug_flag
then
(
flush
stderr
;
Printf
.
eprintf
fmt
)
else
Printf
.
ifprintf
stderr
fmt
type
vstate
=
Unvisited
|
Processed
|
Visited
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment