mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-17 19:13:55 +00:00
Small fixes
This commit is contained in:
@@ -689,7 +689,7 @@ namespace
|
||||
{
|
||||
int executions = 0;
|
||||
|
||||
auto* apc_func = +[](ULONG_PTR param) {
|
||||
auto* apc_func = +[](const ULONG_PTR param) {
|
||||
*reinterpret_cast<int*>(param) += 1; //
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user