File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 66
77### 实验简介
88
9- 栈帧与程序控制流相关实验。
9+ 栈帧与程序控制流相关实验。点击 [ 链接 ] ( https://classroom.github.com/a/EZyT0dZ7 ) 领取作业。
1010
1111本学期,我们依然将金老师 ICS 第三个 Lab 回炉重造,减轻代码工作量并添加更多讲解和提示,以加深各位同学对栈帧和程序控制流的理解。
1212
@@ -719,9 +719,9 @@ def game():
719719+-------------------+
720720| Next Record Ptr |
721721|-------------------|
722- | Handler Function | // 指向异常处理函数(如__gxx_personality_v0)
722+ | Handler Function |
723723|-------------------|
724- | Scope Table Ptr | // 指向.tdata/.eh_frame的异常范围表
724+ | Scope Table Ptr |
725725+-------------------+
726726```
727727
@@ -816,3 +816,4 @@ int main() {
816816- 本实验参考 2024 年的 StackLab 实验开发,鸣谢 2024 Fall TA:@[y<sup>2</sup>](https://github.com/Cameudis)、@[Yosame](https://github.com/Yosame08)
817817
818818> 负责助教:周弈成 @[JurFal](https://github.com/JurFal) 朱程炀 @[Zecyel](https://github.com/Zecyel)
819+
You can’t perform that action at this time.
0 commit comments