Kernel: Fixed bug in iso9660
Build system / Check kernel codestyle (pull_request) Successful in 1m33s
Build system / Build (pull_request) Successful in 7m3s

Fixed a bug of outputting erroneous file names in iso9660 (not juliet)
This commit was merged in pull request #266.
This commit is contained in:
2025-06-23 12:54:22 +02:00
committed by Burer
parent e0d724286f
commit 6aff7b8c02
+3 -3
View File
@@ -1238,9 +1238,9 @@ end virtual
cmp eax, 2
je .ascii2utf16
@@:
sub ecx, 1 ; CF + ZF
jbe @f
movsd
sub ecx, 1 ; CF
jb @f
movsb
cmp byte[esi], ';'
jne @b
@@: