Better arg passing for Execute and experimenting with APCs.
This commit is contained in:
@@ -195,6 +195,7 @@ void GraphicsSystem::DispatchInterruptCallback(
|
||||
if (!interrupt_callback_) {
|
||||
return;
|
||||
}
|
||||
uint64_t args[] = { source, interrupt_callback_data_ };
|
||||
processor_->ExecuteInterrupt(
|
||||
cpu, interrupt_callback_, source, interrupt_callback_data_);
|
||||
cpu, interrupt_callback_, args, XECOUNT(args));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user