mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-24 22:21:03 +00:00
Add useful comment to user_callback_dispatch header
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
// In the real implementation, the kernel invokes ntdll!KiUserCallbackDispatcher and passes a callback
|
||||
// index that refers to an entry in PEB->KernelCallbackTable. The dispatcher then looks up the function
|
||||
// pointer in that table and invokes the corresponding user-mode callback.
|
||||
// See Also: https://web.archive.org/web/20080717175308/http://www.nynaeve.net/?p=204
|
||||
|
||||
template <typename... Args>
|
||||
void prepare_call_stack(x86_64_emulator& emu, uint64_t return_address, Args... args)
|
||||
|
||||
Reference in New Issue
Block a user