Clear %rbp trapcommon

上级 0939b097
...@@ -52,6 +52,7 @@ trapcommon: ...@@ -52,6 +52,7 @@ trapcommon:
// XXX(sbw) we should do something with fs, gs, gs.base // XXX(sbw) we should do something with fs, gs, gs.base
movq %rsp, %rdi // first argument to trap movq %rsp, %rdi // first argument to trap
xor %rbp, %rbp
call trap call trap
// Fall through to trapret // Fall through to trapret
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论