diff options
| author | Sebastien Marie <semarie@users.noreply.github.com> | 2020-10-17 17:38:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-17 17:38:23 +0200 |
| commit | 35a7247a2c9ab208d96fdc9a7c0c63f4c852666c (patch) | |
| tree | d90d927b2c153ef2212dfcb6a0b47346e8896eb5 /lib/std/debug.zig | |
| parent | 161eb4a000923c28d152781dcc8a080905c7ad32 (diff) | |
| parent | 245d98d32dd29e80de9732f415a4731748008acf (diff) | |
| download | zig-35a7247a2c9ab208d96fdc9a7c0c63f4c852666c.tar.gz zig-35a7247a2c9ab208d96fdc9a7c0c63f4c852666c.zip | |
Merge branch 'master' into openbsd-minimal
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 65300a31b0..84d1e8155b 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -655,7 +655,7 @@ pub fn openSelfDebugInfo(allocator: *mem.Allocator) anyerror!DebugInfo { .netbsd, .dragonfly, .openbsd, - .macosx, + .macos, .windows, => return DebugInfo.init(allocator), else => @compileError("openSelfDebugInfo unsupported for this platform"), @@ -1321,7 +1321,7 @@ const SymbolInfo = struct { }; pub const ModuleDebugInfo = switch (builtin.os.tag) { - .macosx, .ios, .watchos, .tvos => struct { + .macos, .ios, .watchos, .tvos => struct { base_address: usize, mapped_memory: []const u8, symbols: []const MachoSymbol, |
