Skip to content

Commit

Permalink
make sure the context size is correct on unix system.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruihan-Yin committed Jun 4, 2024
1 parent 37bc8a0 commit ff7bae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class AsmOffsets

#if TARGET_AMD64
#if TARGET_UNIX
public const int SIZEOF__PAL_LIMITED_CONTEXT = 0xc20;
public const int SIZEOF__PAL_LIMITED_CONTEXT = 0xca0;
#else // TARGET_UNIX
public const int SIZEOF__PAL_LIMITED_CONTEXT = 0x4d0;
#endif // TARGET_UNIx
Expand Down

0 comments on commit ff7bae6

Please sign in to comment.