Re: GCC "optimizing" wrong (again)
Posted: Fri Aug 12, 2016 4:45 pm
Thanks guys
Its still not working but I might just write a define for it now.
I really have no idea why it simply doesnt set EBX even though I wrote it there.
I might just wrap it and turn off optimization for that function ..
Its still not working but I might just write a define for it now.
I really have no idea why it simply doesnt set EBX even though I wrote it there.
Code: Select all
asm volatile("int $0x30" :: "a"(14), "b"(szPath));