summaryrefslogtreecommitdiffhomepage
path: root/src/ldr
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldr')
-rw-r--r--src/ldr/ntapi_ldr_load_system_dll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ldr/ntapi_ldr_load_system_dll.c b/src/ldr/ntapi_ldr_load_system_dll.c
index 1bd2bbc..a5c56f6 100644
--- a/src/ldr/ntapi_ldr_load_system_dll.c
+++ b/src/ldr/ntapi_ldr_load_system_dll.c
@@ -20,6 +20,8 @@ int32_t __stdcall __ntapi_ldr_load_system_dll(
nt_unicode_string nt_image_name;
uintptr_t buffer[0x80];
+ (void)image_flags;
+
/* stack buffer */
__ntapi->tt_aligned_block_memset(buffer,0,sizeof(buffer));