diff options
Diffstat (limited to 'src/tools/env.c')
| -rw-r--r-- | src/tools/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/env.c b/src/tools/env.c index 1680fdfe..877a9fc8 100644 --- a/src/tools/env.c +++ b/src/tools/env.c @@ -811,7 +811,7 @@ done: #elif defined(RV64) #define ARCH_VERSION SET_VERSION(0, 0, 1) #elif defined(LA64) -#define ARCH_VERSION SET_VERSION(0, 0, 0) +#define ARCH_VERSION SET_VERSION(0, 0, 1) #else #error meh! #endif |