Increase size available for trampolines and extra code bits

This commit is contained in:
Maschell 2020-06-13 14:01:25 +02:00
parent 6e285909d7
commit 4464f5b5af
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef enum function_replacement_library_type_t {
} function_replacement_library_type_t;
#define MAXIMUM_FUNCTION_NAME_LENGTH 100
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 20
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 40
#define STATIC_FUNCTION 0
#define DYNAMIC_FUNCTION 1