1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-06-01 23:04:18 +00:00

fix callee func stack frame in the picture

This commit is contained in:
hopehook 2022-08-13 09:23:49 +08:00
parent 475948256e
commit 27e8099c77
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

(image error) Size: 34 KiB

After

(image error) Size: 34 KiB

@ -58,6 +58,6 @@
| | | |
+---------------------------+ +---------------------------+
| cAAA | | cAAA |
| caller's BP | | callee's BP |
| (if framepointer_enabled) | | (if framepointer_enabled) |
+---------------------------+ +---------------------------+