Page 2 of 2

Re: GCC "optimizing" wrong (again)

Posted: Fri Aug 12, 2016 4:45 pm
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 ..