advanced-go-programming-book icon indicating copy to clipboard operation
advanced-go-programming-book copied to clipboard

第 3 章 3.6.1 节 的 “图 3-13 函数调用参数布局” 有点小问题

Open hopehook opened this issue 1 year ago • 0 comments

Description of problem

问题点:

  • 第 3 章 汇编语言
    • 3.6.1 函数调用规范
      • 图 3-13 函数调用参数布局

Expected result

“图 3-13 函数调用参数布局 ” 的最后一个位置,应当是 callee’s BP

callee's BP
(if framepointer_enabled)

Actual result

目前描述的是 caller's BP

caller's BP
(if framepointer_enabled)

Further information

因为是图片,我也没法提 PR,如果确实是个手误,麻烦 柴大 曹大 更正一下文字: caller -> callee

image

hopehook avatar Jul 26 '22 03:07 hopehook