sylveon / member_thunk

Dynamically creates executable code to allow C callbacks to call C++ member functions without the need for a user data parameter
MIT License
13 stars 2 forks source link

ARM64 support #6

Closed sylveon closed 4 years ago

sylveon commented 4 years ago

https://docs.microsoft.com/en-us/cpp/build/arm64-windows-abi-conventions

sylveon commented 4 years ago

Added a ARM64 thunk which is not tested (but seems valid), am waiting for delivery of an ARM64 device to test formally.

sylveon commented 4 years ago

Got somebody to test on an ARM64 device, seems like it works