You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for... {
if (a) {
// do stuffcontinue;
}
if (b) {
// do stuffcontinue;
}
}
Writing this here as notes for myself incase i do not get to this before my vacation and the messages get drowned in discord.
The original code was written as it is now, it was easier to follow logic wise for my brain and was slated for a rewrite (which i forgot due to priorities elsewhere).
The text was updated successfully, but these errors were encountered:
Based on feedback from Gnif the iommu probing logic might be able to be cleaned up a bit to avoid deep nesting
something like
and also cleanup with
Writing this here as notes for myself incase i do not get to this before my vacation and the messages get drowned in discord.
The original code was written as it is now, it was easier to follow logic wise for my brain and was slated for a rewrite (which i forgot due to priorities elsewhere).
The text was updated successfully, but these errors were encountered: