diff options
Diffstat (limited to 'libc/sysdeps/linux/riscv32/bits')
-rw-r--r-- | libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h b/libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h index a294e093c..b53c47278 100644 --- a/libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/riscv32/bits/uClibc_arch_features.h @@ -5,7 +5,7 @@ #ifndef _BITS_UCLIBC_ARCH_FEATURES_H #define _BITS_UCLIBC_ARCH_FEATURES_H -#undef __UCLIBC_ABORT_INSTRUCTION__ +#define __UCLIBC_ABORT_INSTRUCTION__ "unimp" #undef __UCLIBC_SYSCALL_ALIGN_64BIT__ |