Menu

#2 cmd/bit.c broken

0.10
closed-fixed
UrJTAG (101)
5
2007-11-18
2007-11-09
No

Patch [ 1012149 ] Error messages in src/cmd/bit.c file
modified src/cmd/bit.c in a way that 'set signal XYZ in' does not work anymore. It fails with the error message
signal 'XYZ' cannot be set as input

The offending code seems to be line 143 where 'part->signals' is given as parameter 4 instead of 'part_find_signal( part, params[4] )'. Reverting line 143 of revision 688 back to line 117 of revision 685 fixes the problem.
I'll fix the code as soon as my working copy is back in sync with the repository.

Discussion

  • Arnim Läuger

    Arnim Läuger - 2007-11-09
    • assigned_to: nobody --> arniml
     
  • Arnim Läuger

    Arnim Läuger - 2007-11-09

    Logged In: YES
    user_id=156321
    Originator: YES

    Fixed in r745.

     
  • Arnim Läuger

    Arnim Läuger - 2007-11-09
    • status: open --> closed
     
  • Arnim Läuger

    Arnim Läuger - 2007-11-18
    • status: closed --> closed-fixed
     
  • Kolja Waschk

    Kolja Waschk - 2017-02-12
    • Group: 0.x --> 0.10
     

Log in to post a comment.