Skip to content

Commit

Permalink
Update x86_64-xlate.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Dec 14, 2024
1 parent bef14ca commit 2e1dfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asm/x86_64-xlate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1928,7 +1928,7 @@ sub process {
# ...
# mov -8(%rbp),%rbx
# mov %rbp,%rsp
# .cfi_def_cfa_regiser %rsp
# .cfi_def_cfa_register %rsp
# pop %rbp # recognized by Windows
# .cfi_pop %rbp
# .cfi_epilogue
Expand Down

0 comments on commit 2e1dfe6

Please sign in to comment.