mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Clang Tidy Fix
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
namespace syscalls
|
||||
{
|
||||
using namespace std::string_view_literals;
|
||||
|
||||
NTSTATUS handle_NtCreateSection(const syscall_context& c, const emulator_object<handle> section_handle,
|
||||
const ACCESS_MASK /*desired_access*/,
|
||||
const emulator_object<OBJECT_ATTRIBUTES<EmulatorTraits<Emu64>>> object_attributes,
|
||||
|
||||
Reference in New Issue
Block a user