Skip to content

Commit 491248b

Browse files
konistehradtritao
authored andcommitted
Fix missing AArch64 entry in CLI CppAbi
1 parent bbb0693 commit 491248b

File tree

1 file changed

+4
-3
lines changed
  • src/CppParser/Bindings/CLI

1 file changed

+4
-3
lines changed

src/CppParser/Bindings/CLI/Decl.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,9 +255,10 @@ namespace CppSharp
255255
Itanium = 0,
256256
Microsoft = 1,
257257
ARM = 2,
258-
iOS = 3,
259-
AppleARM64 = 4,
260-
WebAssembly = 5
258+
AArch64 = 3,
259+
iOS = 4,
260+
AppleARM64 = 5,
261+
WebAssembly = 6
261262
};
262263

263264
public enum class RecordArgABI

0 commit comments

Comments
 (0)