Skip to content

Commit

Permalink
Fix missing AArch64 entry in CLI CppAbi
Browse files Browse the repository at this point in the history
  • Loading branch information
konistehrad committed Feb 2, 2024
1 parent c880be4 commit 308d6af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/CppParser/Bindings/CLI/Decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,10 @@ namespace CppSharp
Itanium = 0,
Microsoft = 1,
ARM = 2,
iOS = 3,
AppleARM64 = 4,
WebAssembly = 5
AArch64 = 3,
iOS = 4,
AppleARM64 = 5,
WebAssembly = 6
};

public enum class RecordArgABI
Expand Down

0 comments on commit 308d6af

Please sign in to comment.