On 3/18/21 10:09 AM, Philippe Mathieu-Daudé wrote:
+ int irq2; + if (irq == 2) { irq2 = pic_get_irq(slave_pic);
Move the declaration in here: int irq2 = ... r~
On 3/18/21 10:09 AM, Philippe Mathieu-Daudé wrote:
+ int irq2; + if (irq == 2) { irq2 = pic_get_irq(slave_pic);
Move the declaration in here: int irq2 = ... r~