chiark / gitweb /
console: fix error-code inversion
authorDavid Herrmann <dh.herrmann@gmail.com>
Tue, 16 Dec 2014 15:14:48 +0000 (16:14 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 11 Mar 2015 11:32:48 +0000 (12:32 +0100)
The error-code propagated via sysview is always negative. Avoid
multiplying by -1 before returning it. Otherwise, we will return >0
instead of <0, which will not be detected as error by sysview-core.


No differences found