We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90ddf1c + b790a33 commit 41b6f0fCopy full SHA for 41b6f0f
main.c
@@ -185,7 +185,7 @@ static inline sbi_ret_t handle_sbi_ecall_RST(vm_t *vm, int32_t fid)
185
}
186
187
#define RV_MVENDORID 0x12345678
188
-#define RV_MARCHID ((1 << 31) | 1)
+#define RV_MARCHID ((1ULL << 31) | 1)
189
#define RV_MIMPID 1
190
191
static inline sbi_ret_t handle_sbi_ecall_BASE(vm_t *vm, int32_t fid)
0 commit comments