Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit e23d42b

Browse files
ZecyelCopilot
andauthored
Update docs/lab/lab3.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 21dcdfb commit e23d42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/lab/lab3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ funcB:
510510

511511
**Task 4.3** 根据自己编写的上下文保存和恢复规则,参照样例解释,实现 `generator` 构造函数的**上下文构建部分**;完成此内容后,你将能通过 test6、test7 和 test8。
512512

513-
**Problem 4.3** 请阅读 `context.c` 中的函数 `send``yield``back_to_reality``context.h` 中对 `try``catch``throw` 的宏定义,并在报告中解释这些函数和宏定义的功能。
513+
**Problem 4.3** 请阅读 `context.c` 中的函数 `send``yield``back_to_reality``context.h` 中对 `try` `catch``throw` 的宏定义,并在报告中解释这些函数和宏定义的功能。
514514

515515
**Problem 4.4** 任选 test6、test7、test8 中的一个,使用 GDB 动态调试,运用 `x/10gx $rsp` 指令查看至少两种不同位置处开始的栈帧或是伪栈帧并截图,体会协程中开辟虚拟栈空间的设计。
516516

0 commit comments

Comments
 (0)