Skip to content

Commit e5c221b

Browse files
authored
Update value of mono cconv enum (#589)
1 parent 277e156 commit e5c221b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm-c/Core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ typedef enum {
221221
LLVMPreserveAllCallConv = 15,
222222
LLVMSwiftCallConv = 16,
223223
LLVMCXXFASTTLSCallConv = 17,
224-
LLVMMono1CallConv = 21,
224+
LLVMMono1CallConv = 22,
225225
LLVMX86StdcallCallConv = 64,
226226
LLVMX86FastcallCallConv = 65,
227227
LLVMARMAPCSCallConv = 66,

0 commit comments

Comments
 (0)