internal/cabi: support riscv64/riscv32 target-abi

This commit is contained in:
visualfc
2025-09-15 21:18:23 +08:00
parent 8bfe133bee
commit db28648d29
142 changed files with 93780 additions and 2580 deletions

View File

@@ -23,6 +23,6 @@ double basic_float64(double a) {
return a;
}
void* basic_uintptr(void* a) {
void* basic_pointer(void* a) {
return a;
}