Skip to content

Commit

Permalink
Fix typo in comment of SAVE_ARGUMENT_REGISTERS (dotnet#106011)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalykov committed Sep 16, 2024
1 parent a8fa985 commit 70445c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/pal/inc/unixasmmacrosarm64.inc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ C_FUNC(\Name\()_End):
// base address to be passed in $reg
//

// Reserve 64 bytes of memory before calling SAVE_ARGUMENT_REGISTERS
// Reserve 72 bytes of memory before calling SAVE_ARGUMENT_REGISTERS
.macro SAVE_ARGUMENT_REGISTERS reg, ofs

str x8, [\reg, #(\ofs)]
Expand Down

0 comments on commit 70445c8

Please sign in to comment.