zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.47k stars 438 forks source link

Haiku: fix build for ZydisPerfTest.c #517

Closed korli closed 3 months ago

athre0z commented 4 months ago

Hmm. So while this isn't exactly a mainstream OS that I'd be willing to maintain support for myself, I suppose that I'd be OK to support it on a "may or may not work, PRs welcome" basis as long as it only needs a few ifdefs here and there. What do you think @flobernd?

flobernd commented 4 months ago

@athre0z Yes, I agree!

korli commented 4 months ago

Right, I'm happy to push up fixes as needed. It should match some other OS ifdef anyway.

athre0z commented 4 months ago

Cool! I merged the corresponding zycore PR. Can you update the submodule in this PR to latest master in zycore?

korli commented 4 months ago

Cool! I merged the corresponding zycore PR. Can you update the submodule in this PR to latest master in zycore?

I can later today. You can also edit the PR if you like.

korli commented 4 months ago

Submodule updated.