From 3ace7a0468ae56a5d80ae2eaec79f0251901631f Mon Sep 17 00:00:00 2001 From: John Reiser Date: Sat, 6 Jun 2020 15:32:45 -0700 Subject: [PATCH] Documentation only modified: stub/src/amd64-darwin.macho-main.c --- src/stub/src/amd64-darwin.macho-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/amd64-darwin.macho-main.c b/src/stub/src/amd64-darwin.macho-main.c index c6abc66a..fa5141ab 100644 --- a/src/stub/src/amd64-darwin.macho-main.c +++ b/src/stub/src/amd64-darwin.macho-main.c @@ -575,7 +575,7 @@ do_xmap( } } } - if (!sc->vmsize) { // not mapped, such as __DWARF info for 'rust' + if (!sc->vmsize) { // not mapped, such as __DWARF info for 'go' if (xi) { DPRINTF(" 0==.vmsize; skipping %%x\\n", h.sz_cpr); xi->size -= sizeof(h) + h.sz_cpr;