aboutsummaryrefslogtreecommitdiff
path: root/src/llvm_abi.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-01-15 17:40:00 +0000
committergingerBill <bill@gingerbill.org>2022-01-15 17:40:00 +0000
commit29ebe0c3c92724f74392687ee859a0c2db503b0d (patch)
tree02e285c26886a04cc15adc5c05dca80418cf13ea /src/llvm_abi.cpp
parent6c4867081985a8dd1cccb3e5c503d72807e4ee87 (diff)
Rename architecture `386` to `i386`
Diffstat (limited to 'src/llvm_abi.cpp')
-rw-r--r--src/llvm_abi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/llvm_abi.cpp b/src/llvm_abi.cpp
index 42f05bb27..310df6639 100644
--- a/src/llvm_abi.cpp
+++ b/src/llvm_abi.cpp
@@ -1193,7 +1193,7 @@ LB_ABI_INFO(lb_get_abi_info) {
} else {
return lbAbiAmd64SysV::abi_info(c, arg_types, arg_count, return_type, return_is_defined, calling_convention);
}
- case TargetArch_386:
+ case TargetArch_i386:
return lbAbi386::abi_info(c, arg_types, arg_count, return_type, return_is_defined, calling_convention);
case TargetArch_arm64:
return lbAbiArm64::abi_info(c, arg_types, arg_count, return_type, return_is_defined, calling_convention);