FEX icon indicating copy to clipboard operation
FEX copied to clipboard

ARM64EC: Sind Wine 10.10 there're some fixed syscall numbers

Open AndreRH opened this issue 10 months ago • 3 comments

AndreRH avatar Jun 20 '25 11:06 AndreRH

I'll leave this to @bylaws to review. I don't want to accidentally break older Wine versions.

Sonicadvance1 avatar Jun 20 '25 11:06 Sonicadvance1

I don't think hardcoding this when we want older wine compat is ideal, it would be better to lookup the syscall thunk address for each and then order by that (this is valid on both windows and all wine versions). (I appreciate this is somewhat annoying with the constraints at this specific initialization stage, can do myself if you want)

bylaws avatar Jun 20 '25 16:06 bylaws

I'm fine with u doing it. You already digged deeper into the topic

AndreRH avatar Jun 20 '25 16:06 AndreRH