mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-28 20:00:38 -07:00
hw/isa/ich9: Remove stray empty comment
Remove stray empty comment in IRQ routing function. Signed-off-by: Gustavo Romero <gustavo.romero@linaro.org> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
1abe9d78ef
commit
947c2b6d8b
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@ static uint64_t ich9_cc_read(void *opaque, hwaddr addr,
|
|||
}
|
||||
|
||||
/* IRQ routing */
|
||||
/* */
|
||||
static void ich9_lpc_rout(uint8_t pirq_rout, int *pic_irq, int *pic_dis)
|
||||
{
|
||||
*pic_irq = pirq_rout & ICH9_LPC_PIRQ_ROUT_MASK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue