From: Devecsery, David Date: Thu, 4 Feb 2021 01:11:01 +0000 (-0500) Subject: Update lab1.md X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=9e0b8c5d366a864a0298efd122bb6504a1cb6bdb;p=cs3210-lab1.git Update lab1.md --- 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.