oprom/yabel: Fix comment to fix the build
Old comment did not match the pattern required to not flag the fall-through as an error. Change-Id: I2afaca969c295a5dc4389dad0ce898c87bb841a6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34578 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-by: Johanna Schander <coreboot@mimoja.de> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
cf96c2a4f1
commit
a31cd21c3a
|
@ -184,8 +184,7 @@ my_inb(X86EMU_pioAddr addr)
|
|||
X86EMU_trace_on();
|
||||
}
|
||||
M.x86.debug &= ~DEBUG_DECODE_NOPRINT_F;
|
||||
//HALT_SYS();
|
||||
// no break, intentional fall-through to default!!
|
||||
// fall-through
|
||||
default:
|
||||
DEBUG_PRINTF_IO
|
||||
("%s(%04x) reading from bios_device.io_buffer\n",
|
||||
|
|
Loading…
Reference in New Issue