fix: Resolve constants of internal module

This commit is contained in:
2024-10-28 13:33:44 +01:00
parent 629a517ab8
commit 1e331feb2f
2 changed files with 26 additions and 0 deletions

View File

@@ -68,5 +68,7 @@ def consttostr(value) -> str:
return "OUT"
elif value == 302:
return "MEM"
elif value == 4096:
return "PROCESS_IMAGE_SIZE"
else:
return ""