Increase the maximum function name length

This commit is contained in:
Maschell 2019-11-16 15:12:51 +01:00
parent 8b6f465892
commit 5cb55e3081

View File

@ -37,7 +37,7 @@ struct rpl_handling {
#define FUNCTION_PATCHER_METHOD_STORE_SIZE 13
#define MAXIMUM_PLUGIN_PATH_NAME_LENGTH 256
#define MAXIMUM_PLUGIN_NAME_LENGTH 51
#define MAXIMUM_FUNCTION_NAME_LENGTH 61
#define MAXIMUM_FUNCTION_NAME_LENGTH 83
struct replacement_data_function_t {
uint32_t physicalAddr; /* [needs to be filled] */