Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7009a3cc authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Allow mips to build."

parents c34afb1c 32766f1f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -30,15 +30,6 @@ cc_defaults {
            enabled: false,
        },
    },

    arch: {
        mips: {
            enabled: false,
        },
        mips64: {
            enabled: false,
        },
    },
}

cc_library {
+5 −0
Original line number Diff line number Diff line
@@ -97,6 +97,11 @@ inline void RegsGetLocal(Regs* regs) {
  regs->SetFromRaw();
}

#elif defined(__mips__)

// Stub to allow mips to build.
void RegsGetLocal(Regs*) {}

#endif

}  // namespace unwindstack