Skip to content

Compatibility with new versions of asmjit#19

Closed
MatteoCaldana wants to merge 3 commits intokobalicek:masterfrom
MatteoCaldana:master
Closed

Compatibility with new versions of asmjit#19
MatteoCaldana wants to merge 3 commits intokobalicek:masterfrom
MatteoCaldana:master

Conversation

@MatteoCaldana
Copy link

Fix a breaking change on the new API of asmjit of the functions

  • FuncSignatureT -> FuncSignature::build
  • FuncSignatureBuilder -> FuncSignature

Fix a warning of the include of asmjit

Copy link
Owner

@kobalicek kobalicek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost all good, thanks, only that one little comment

#include <asmjit/asmjit.h>
#include <asmjit/core.h>
#include <asmjit/x86.h>
#include <asmjit/a64.h>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here only <asmjit/x86.h> should be included.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I’ve applied the fix

@kobalicek
Copy link
Owner

@MatteoCaldana I had to do a little bit more changes because of the latest AsmJit update, I have incorporated your changes and did mine, so I'm closing this - thanks!

@kobalicek kobalicek closed this Jun 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants