Fix @open to quote paths for DGEN compatibility
Some checks failed
Build system / Check kernel codestyle (pull_request) Has been cancelled
Build system / Build (pull_request) Has been cancelled

Added quote_param in open.asm to wrap paths in quotes.
Added strip_quotes macro in macros.inc and applied it
to kiv.asm, tinypad.asm, kpack.asm, and unz.asm.
This commit is contained in:
2026-02-24 14:06:02 +02:00
parent f9425f5bd0
commit c8efe352dc
6 changed files with 73 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ __section @CODE ;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
mov [s_search.size],ecx
rep movsb
strip_quotes @PARAMS
cmp byte[@PARAMS],0
jz no_params