arch/riscv: Add missing "break;"
Change-Id: Iea3f12a5a7eb37586f5424db2d7a84c4319492f8 Reported-by: Coverity (1361947) Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/16335 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
dbf30678ee
commit
a1e3924869
|
@ -35,6 +35,7 @@ void handle_supervisor_call(trapframe *tf) {
|
|||
/* TODO: parse the hardware-supplied config string and
|
||||
return the correct value */
|
||||
returnValue = 1;
|
||||
break;
|
||||
case SBI_ECALL_CONSOLE_PUT:
|
||||
returnValue = mcall_console_putchar(arg0);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue