mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-11 07:26:08 +01:00
thermosphere: fix irq buffer overflow
This commit is contained in:
parent
8f25d4f77f
commit
7f7e4e8310
@ -243,6 +243,7 @@ void transportInterfaceIrqHandlerBottomHalf(TransportInterface *iface)
|
|||||||
iface->processDataCallback(iface, iface->ctx, sz);
|
iface->processDataCallback(iface, iface->ctx, sz);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
maskIrq(); // Avoid stack overflow, as the line will be asserted once more
|
||||||
transportInterfaceRelease(iface);
|
transportInterfaceRelease(iface);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user