]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update lab1.md
authorDevecsery, David <ddevec@gatech.edu>
Tue, 2 Feb 2021 23:43:21 +0000 (18:43 -0500)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Tue, 2 Feb 2021 23:43:21 +0000 (18:43 -0500)
instructions/lab1.md

index 7080ed32fb5c55330e16cac5523afaf517e410d4..a41d8564b4ab91dbc9dc4a9a66ca3f55c45df1e1 100644 (file)
@@ -277,6 +277,9 @@ The library includes the following relevant functions:
 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.
 
 ## Part 3 - Modifying boot.