Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[x86/Linux] Add a stub for THROW_CONTROL_FOR_THREAD_FUNCTION #8455

Merged

Commits on Dec 5, 2016

  1. [x86/Linux] add a stub for THROW_CONTROL_FOR_THREAD_FUNCTION

    THROW_CONTROL_FOR_THREAD_FUNCTION is defined as ThrowControlForThread
    for x86/Linux, but unixstubs implements RedirectForThrowControl (which
    corresponds to x64/Linux).
    
    This commit renames RedirectForThrowControl as ThrowControlForThread to
    fix dangling ThrowControlForThread reference in x86/Linux.
    parjong committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    da76743 View commit details
    Browse the repository at this point in the history