Error fix

This commit is contained in:
german 2026-03-08 18:53:26 +04:00
parent 8d9e53a1b1
commit fdecc2ed7d
2 changed files with 2 additions and 0 deletions

BIN
example.exe Normal file

Binary file not shown.

View File

@ -587,6 +587,8 @@ static void nt_fs_syscall(void) {
case 0x00:
{
fputs((char*)stack + sp, stdout);
size_t len = strlen((char*)stack + sp);
sp += len;
}
break;
case 0x01: