iscc: perform assignments even on error
commitf16e3f842c67126667c54cb7cf880c3a9f1dcf72
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 13 Apr 2011 09:07:10 +0000 (13 11:07 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 21 Apr 2011 11:17:48 +0000 (21 13:17 +0200)
tree361bdf0ea8aae12e43feb1b7e66a712ae8af651d
parentc083567ca6980bc35c96e4fc2b41dfba130028a6
iscc: perform assignments even on error

If something bad happens during a computation, we want the error
result to overwrite any possibly previous value of the iscc variable
to which the result is assigned.  Otherwise, the error may go unnoticed.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
iscc.c