aboutsummaryrefslogtreecommitdiff
path: root/std/debug.zig
diff options
context:
space:
mode:
Diffstat (limited to 'std/debug.zig')
-rw-r--r--std/debug.zig6
1 files changed, 1 insertions, 5 deletions
diff --git a/std/debug.zig b/std/debug.zig
index e691245610..a2f40cd730 100644
--- a/std/debug.zig
+++ b/std/debug.zig
@@ -73,11 +73,7 @@ fn findCompileUnitOffset(st: &ElfStackTrace, target_address: usize) -> %u64 {
while (true) {
const tag_id = %return st.self_exe_stream.readByte();
- if (tag_id == DW.TAG_compile_unit) {
-
- } else {
-
- }
+ // TODO iterate until we find the relevant compile unit
}
}