code clean

This commit is contained in:
zy
2023-12-12 02:59:48 -05:00
parent 462bdebad6
commit 96462422ce
9 changed files with 307 additions and 347 deletions

View File

@@ -270,7 +270,7 @@ int monitor_init(void) {
ret = init_orig_fun(); // init orig_X
if (ret)
return ret;
ret = init_buffer(LOAD_MONITOR_BUFFER_SIZE); // 256M
ret = init_buffer(VARIABLE_MONITOR_BUFFER_SIZE); // 256M
if (ret)
return -1;
return 0;