WIP: libc.obj: Impl allocator #338

Draft
Egor00f wants to merge 49 commits from Egor00f/kolibrios:libc.obj--add-allocator into main
Showing only changes of commit f8009ca01e - Show all commits

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
@@: