mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[abi] Switched to C++17
This commit is contained in:
@@ -31,7 +31,7 @@ static void printInfo() noexcept {
|
||||
using namespace asmjit;
|
||||
|
||||
// Signature of the generated function.
|
||||
typedef void (*SumIntsFunc)(int* dst, const int* a, const int* b);
|
||||
using SumIntsFunc = void (*)(int* dst, const int* a, const int* b);
|
||||
|
||||
// X86 Backend
|
||||
// -----------
|
||||
|
||||
Reference in New Issue
Block a user