Skip to content

Commit

Permalink
[RISC-V] Fix GenericPInvokeCalliHelper arg (#87928)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-mustafin authored Jun 26, 2023
1 parent d638e1e commit f08f488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/jit/targetriscv64.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
#define RBM_CALLEE_GCTRASH_WRITEBARRIER_BYREF RBM_CALLEE_TRASH_NOGC

// GenericPInvokeCalliHelper VASigCookie Parameter
#define REG_PINVOKE_COOKIE_PARAM REG_T0
#define RBM_PINVOKE_COOKIE_PARAM RBM_T0
#define REG_PINVOKE_COOKIE_PARAM REG_T3
#define RBM_PINVOKE_COOKIE_PARAM RBM_T3

// GenericPInvokeCalliHelper unmanaged target Parameter
#define REG_PINVOKE_TARGET_PARAM REG_T2
Expand Down

0 comments on commit f08f488

Please sign in to comment.