Skip to content
Merged
Prev Previous commit
Next Next commit
Fix arm64 build
  • Loading branch information
jakobbotsch committed Mar 20, 2024
commit ea5c172c6006611a384ef78ed6bd4e3bc049b91a
1 change: 1 addition & 0 deletions src/coreclr/jit/targetarm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@
#define REG_SWIFT_ERROR REG_R21
#define RBM_SWIFT_ERROR RBM_R21
#define REG_SWIFT_SELF REG_R20
#define RBM_SWIFT_SELF RBM_R20
#define REG_SWIFT_INTRET_ORDER REG_R0,REG_R1,REG_R2,REG_R3
#define REG_SWIFT_FLOATRET_ORDER REG_V0,REG_V1,REG_V2,REG_V3

Expand Down