thermosphere: don't trap memory register writes/don't migrate sw breakpoints

Makes no sense on a system with ASLR
This commit is contained in:
TuxSH
2020-01-06 21:57:53 +00:00
parent 2219494675
commit a67d682c10
3 changed files with 0 additions and 22 deletions

View File

@@ -181,7 +181,6 @@ void handleIrqException(ExceptionStackFrame *frame, bool isLowerEl, bool isA32)
// Deactivate the interrupt
gicc->dir = iar;
} else {
if (irqId == 30) g_irqManager.gic.gicd->ispendr[0x80/32] = 0xFFFFFFFF;
vgicEnqueuePhysicalIrq(irqId);
}