GCC "optimizing" wrong (again)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
Ch4ozz
Member
Member
Posts: 170
Joined: Mon Jul 18, 2016 2:46 pm
Libera.chat IRC: esi

Re: GCC "optimizing" wrong (again)

Post by Ch4ozz »

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.

Code: Select all

asm volatile("int $0x30" :: "a"(14), "b"(szPath));
I might just wrap it and turn off optimization for that function ..
Post Reply