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

[x86/Linux] Revert UMThkCallFrame-related changes #8434

Merged
merged 3 commits into from
Dec 5, 2016

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    f0a82f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. [x86/Linux] Fix dangling 'TheUMEntryPrestub' reference

    This commit re-enables GenerateUMThunkPrestub and its related code in
    order to remove TheUMEntryPrestub reference.
    parjong committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    34a6512 View commit details
    Browse the repository at this point in the history
  2. [x86/Linux] Re-enable several methods in StubLinkerCPU

    This commit re-enables the following methods for x86/Linux:
     - StubLinkerCPU::EmitSetup
     - StubLinkerCPU::EmitComMethodStubProlog
     - StubLinkerCPU::EmitComMethodStubEpilog
    
    In addtion, EmitComMethodStubEpilog is marked as NYI.
    parjong committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    5db5f1d View commit details
    Browse the repository at this point in the history