mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-09 06:13:53 +01:00
fix: Resolve constants of internal module
This commit is contained in:
@@ -68,5 +68,7 @@ def consttostr(value) -> str:
|
||||
return "OUT"
|
||||
elif value == 302:
|
||||
return "MEM"
|
||||
elif value == 4096:
|
||||
return "PROCESS_IMAGE_SIZE"
|
||||
else:
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user