Skip to content

Commit

Permalink
Fixing bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakRajendrakumaran committed Apr 5, 2023
1 parent 65aaba3 commit 4caa9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/targetx86.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#define RBM_ALLDOUBLE RBM_ALLFLOAT

#if !defined(UNIX_X86_ABI)
#define RBM_ALLMASK REG_K1
#define RBM_ALLMASK RBM_K1
#else
#define RBM_ALLMASK (0)
#endif
Expand Down

0 comments on commit 4caa9d0

Please sign in to comment.