From 9e0b8c5d366a864a0298efd122bb6504a1cb6bdb Mon Sep 17 00:00:00 2001 From: "Devecsery, David" Date: Wed, 3 Feb 2021 20:11:01 -0500 Subject: [PATCH] Update lab1.md --- instructions/lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/lab1.md b/instructions/lab1.md index a41d856..f4ce08c 100644 --- a/instructions/lab1.md +++ b/instructions/lab1.md @@ -279,7 +279,7 @@ int stab_info(uint eip, struct stab_info *info); Sometimes (in the instance of compiler optimizations or assembly functions) the `stab_info` function cannot find a symbol for a valid return address, in this instance -your backtrace function should print the function name as with an offset of 0. +your backtrace function should print the function name as `` with an offset of 0. ## Part 3 - Modifying boot. -- 2.47.3