]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update lab1.md
authorDevecsery, David <ddevec@gatech.edu>
Thu, 4 Feb 2021 01:11:01 +0000 (20:11 -0500)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Thu, 4 Feb 2021 01:11:01 +0000 (20:11 -0500)
instructions/lab1.md

index a41d8564b4ab91dbc9dc4a9a66ca3f55c45df1e1..f4ce08c8dab784512ef2fc8d91617e5449c9d140 100644 (file)
@@ -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 <unknown> with an offset of 0.
+your backtrace function should print the function name as `<unknown>` with an offset of 0.
 
 ## Part 3 - Modifying boot.