Skip to content

Commit f8fced9

Browse files
author
Colin Robertson
committed
Fix per Russ Keldorph
1 parent 4eb4c4b commit f8fced9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/exception-handling-x64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ sample PROC FRAME
373373
374374
; Here’s the official epilog
375375
376-
lea rsp, [rbp+020h] ; deallocate both fixed and dynamic portions of the stack
376+
lea rsp, [rbp+020h] ; deallocate both fixed and dynamic portions of the frame
377377
pop rbp
378378
ret
379379
sample ENDP

0 commit comments

Comments
 (0)