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

Commit 1829b14c authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 18e754ee: Merge "Fix LP64 tombstone.cpp build failure."

* commit '18e754ee':
  Fix LP64 tombstone.cpp build failure.
parents 494bd36d 18e754ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -329,7 +329,7 @@ static void dump_backtrace_and_stack(Backtrace* backtrace, log_t* log) {
}

static void dump_map(log_t* log, const backtrace_map_t* map, bool fault_addr) {
  _LOG(log, logtype::MAPS, "%s%" PRIPTR "-%" PRIPTR " %c%c%c  %7d  %s\n",
  _LOG(log, logtype::MAPS, "%s%" PRIPTR "-%" PRIPTR " %c%c%c  %7" PRIdPTR "  %s\n",
         (fault_addr? "--->" : "    "), map->start, map->end - 1,
         (map->flags & PROT_READ) ? 'r' : '-', (map->flags & PROT_WRITE) ? 'w' : '-',
         (map->flags & PROT_EXEC) ? 'x' : '-',