CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/02 14:08:49
Modified files:
lib/libc/arch/riscv64: SYS.h
Log message:
riscv64, fix HANDLE_ERROR
the CERROR handling code had a gross mistake in that that it didn't
continue processing the code after the macro if no error occurred.
ok kettenis@
