diff options
Diffstat (limited to 'src/llvm_abi.cpp')
| -rw-r--r-- | src/llvm_abi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/llvm_abi.cpp b/src/llvm_abi.cpp index efc3e72c5..0b2bb7956 100644 --- a/src/llvm_abi.cpp +++ b/src/llvm_abi.cpp @@ -622,9 +622,9 @@ namespace lbAbiAmd64SysV { switch (kind) { case LLVMIntegerTypeKind: if (LLVM_VERSION_MAJOR >= 18 && sz >= 16) { - return false; + return true; } - return true; + return false; case LLVMHalfTypeKind: case LLVMFloatTypeKind: case LLVMDoubleTypeKind: |