Skip to content

Commit

Permalink
Fix typo in comment of SAVE_ARGUMENT_REGISTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalykov committed Aug 6, 2024
1 parent d606c60 commit a68f2e8
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 @@ -206,7 +206,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 a68f2e8

Please sign in to comment.