mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-07-04 08:32:15 +02:00
Fix compilation
On my Windows 10 with the last DevkitPRO, i have errors : error: redefinition of 'g_kernel_patch_vers_proc_id_send' error: redefinition of 'g_kernel_hook_vers_proc_id_send'
This commit is contained in:
parent
fca9ed2a15
commit
ce412e91c8
@ -5,8 +5,8 @@
|
||||
|
||||
#define MAKE_BRANCH(a, o) 0x14000000 | ((((o) - (a)) >> 2) & 0x3FFFFFF)
|
||||
|
||||
#define MAKE_KERNEL_PATTERN_NAME(vers, name) g_kernel_patch_##vers_##name
|
||||
#define MAKE_KERNEL_HOOK_NAME(vers, name) g_kernel_hook_##vers_##name
|
||||
#define MAKE_KERNEL_PATTERN_NAME(vers, name) g_kernel_patch_##vers##_##name
|
||||
#define MAKE_KERNEL_HOOK_NAME(vers, name) g_kernel_hook_##vers##_##name
|
||||
|
||||
typedef uint32_t instruction_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user