Skip to content

coctx_make 是否存在无效代码 #202

@bokereyu

Description

@bokereyu

void **ret_addr = (void **)(sp);
*ret_addr = (void *)pfn;
这两句操作的是BP的内容,根本不是retrun adress ,所以在 swap的时候,这里操作的adress根本无效,还要 额外的记录一次返回地址。
不知这样理解是否正确,请指导

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions