Userspace: Update printf formats to compile on 32 bit

This commit is contained in:
2024-03-26 03:03:33 +02:00
parent 99e30a4d7d
commit 5dbe51a52e
3 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ int test2_job2()
return 1;
}
*(size_t*)addr = 0x123456789;
*(size_t*)addr = 0x12345678;
if (msync(addr, sizeof(size_t), MS_SYNC) == -1)
{