Ignore:
Timestamp:
Aug 2, 2020, 1:22:41 AM (5 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r265151.
https://bugs.webkit.org/show_bug.cgi?id=215074

Broke ARM64E JSC tests

Reverted changeset:

"validate untagArrayPtr"
https://bugs.webkit.org/show_bug.cgi?id=214953
https://trac.webkit.org/changeset/265151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/assembler/testmasm.cpp

    r265151 r265186  
    24612461    auto cage = compile([] (CCallHelpers& jit) {
    24622462        emitFunctionPrologue(jit);
    2463         jit.cageConditionallyAndUntag(Gigacage::Primitive, GPRInfo::argumentGPR0, GPRInfo::argumentGPR1, GPRInfo::argumentGPR2);
     2463        jit.cageConditionally(Gigacage::Primitive, GPRInfo::argumentGPR0, GPRInfo::argumentGPR1, GPRInfo::argumentGPR2);
    24642464        jit.move(GPRInfo::argumentGPR0, GPRInfo::returnValueGPR);
    24652465        emitFunctionEpilogue(jit);
Note: See TracChangeset for help on using the changeset viewer.