OALabs/BlobRunner

x64 printf bug

fnsank opened this issue · 2 comments

should be

#ifdef _WIN64
printf(" [] Thread Entry: 0x%016I64x\n", shell_entry);
#else
printf(" [
] Thread Entry: 0x%08I32x\n", shell_entry);
#endif // _WIN64

loll still open

idiom commented

A thread is only created with x64 samples and not x32.