Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
card10
openocd
Commits
cb854323
Commit
cb854323
authored
Oct 23, 2009
by
Øyvind Harboe
Browse files
Remove debug output that could cause compile warnings.
parent
0a1356c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/target/target.c
View file @
cb854323
...
...
@@ -4824,8 +4824,6 @@ static int jim_mcrmrc(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
value
=
0
;
LOG_DEBUG
(
"%d %d %d %d %d %d"
,
cpnum
,
op1
,
op2
,
CRn
,
CRm
,
value
);
if
(
argc
==
7
)
{
e
=
Jim_GetLong
(
interp
,
argv
[
6
],
&
l
);
...
...
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