Skip to content

Commit

Permalink
Add arch_info for TARGET_RISCV64 (#100341)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzsc authored Mar 27, 2024
1 parent fd22b92 commit 788f572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/native/eventpipe/ep-event-source.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ const ep_char8_t* _ep_arch_info = "s390x";
const ep_char8_t* _ep_arch_info = "loongarch64";
#elif defined(TARGET_POWERPC64)
const ep_char8_t* _ep_arch_info = "ppc64le";
#elif defined(TARGET_RISCV64)
const ep_char8_t* _ep_arch_info = "riscv64";
#else
const ep_char8_t* _ep_arch_info = "Unknown";
#endif
Expand Down

0 comments on commit 788f572

Please sign in to comment.