fix: peb_reuse bugs and similar

This commit is contained in:
Dobin
2024-02-28 20:12:52 +00:00
parent ac31152b01
commit 87c0cc2944
5 changed files with 30 additions and 50 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ def create_c_from_template(
plugin_executor = ""
logger.info("--[ Create C from template")
logger.warn("---[ Loader modules = Alloc: {} Decoder: {} Exec: {}".format(
alloc_style.value, decoder_style.value, exec_style.value
logger.warn("---[ {} Loader modules = Alloc: {} Decoder: {} Exec: {}".format(
source_style.value, alloc_style.value, decoder_style.value, exec_style.value
))
filepath = "plugins/allocator/{}.c".format(alloc_style.value)