From 6aff7b8c02afa1fdd1ab9f97491b552c40a62b4c Mon Sep 17 00:00:00 2001 From: Mikhail Frolov Date: Sat, 14 Jun 2025 23:21:41 +0500 Subject: [PATCH] Kernel: Fixed bug in iso9660 Fixed a bug of outputting erroneous file names in iso9660 (not juliet) --- kernel/trunk/fs/iso9660.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trunk/fs/iso9660.inc b/kernel/trunk/fs/iso9660.inc index 2c98bea9b..e04def540 100644 --- a/kernel/trunk/fs/iso9660.inc +++ b/kernel/trunk/fs/iso9660.inc @@ -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 @@: