Browse Source

Remove debug output that could cause compile warnings.

tags/v0.3.0-rc0
Øyvind Harboe 14 years ago
parent
commit
cb854323c9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/target/target.c

+ 0
- 2
src/target/target.c View File

@@ -4824,8 +4824,6 @@ static int jim_mcrmrc(Jim_Interp *interp, int argc, Jim_Obj *const *argv)


value = 0; value = 0;


LOG_DEBUG("%d %d %d %d %d %d", cpnum, op1, op2, CRn, CRm, value);

if (argc == 7) if (argc == 7)
{ {
e = Jim_GetLong(interp, argv[6], &l); e = Jim_GetLong(interp, argv[6], &l);


Loading…
Cancel
Save