[RISC-V] Fix linking problem (#86870)
authorbroudy3 <broudy@live.com>
Mon, 29 May 2023 16:58:32 +0000 (18:58 +0200)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 16:58:32 +0000 (09:58 -0700)
src/coreclr/pal/inc/unixasmmacrosriscv64.inc

index 11b90d6..c0d09ad 100644 (file)
@@ -4,7 +4,7 @@
 .macro NESTED_ENTRY Name, Section, Handler
     LEAF_ENTRY \Name, \Section
     .ifnc \Handler, NoHandler
-        .cfi_personality 0x1c, C_FUNC(\Handler) // 0x1c == DW_EH_PE_pcrel | DW_EH_PE_sdata8
+        .cfi_personality 0x1B, C_FUNC(\Handler) // 0x1B == DW_EH_PE_pcrel | DW_EH_PE_sdata4
     .endif
 .endm