• Austin Clements's avatar
    Subtract one from PCs recorded by getcallerpcs · 1e043e92
    Austin Clements 提交于
    This gets the call PCs instead of the return PCs, since this turns out
    to be what we really want everywhere we use this.  This was
    particularly annoying for panics: since the compiler knows that panic
    doesn't return, when it's the last thing in the function, the compiler
    doesn't emit any further code after the call, which means the "return"
    PC either doesn't map to anything or maps to another function
    entirely.
    1e043e92
名称
最后提交
最后更新
attic 正在载入提交数据...
bin 正在载入提交数据...
include 正在载入提交数据...
kernel 正在载入提交数据...
lib 正在载入提交数据...
manuals 正在载入提交数据...
net 正在载入提交数据...
stdinc 正在载入提交数据...
tools 正在载入提交数据...
user 正在载入提交数据...
.cvsignore 正在载入提交数据...
.dir-locals.el 正在载入提交数据...
.gitignore 正在载入提交数据...
BUGS 正在载入提交数据...
LICENSE 正在载入提交数据...
Makefile 正在载入提交数据...
README 正在载入提交数据...
README.josmp 正在载入提交数据...
TODO 正在载入提交数据...
TRICKS 正在载入提交数据...
param.h 正在载入提交数据...