Commit 96a08c1698

Al Hoang <3811822-hoanga@users.noreply.gitlab.com>
2021-01-17 20:44:40
initial support for haiku defer debug
1 parent c173966
Changed files (1)
lib
lib/std/debug.zig
@@ -1341,14 +1341,7 @@ pub const DebugInfo = struct {
     }
 
     fn lookupModuleHaiku(self: *DebugInfo, address: usize) !*ModuleDebugInfo {
-        // TODO: implement me
-        var di = ModuleDebugInfo{
-            .base_address = undefined,
-            .dwarf = undefined,
-            .mapped_memory = undefined,
-        };
-
-        return &di;
+        @panic("TODO implement lookup module for Haiku");
     }
 };