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

Commit 2b4908b5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "MIPS: Adjust LibartImgDeviceBaseAddress() for CC GC."

parents 43dd94cf 6e5dfaae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
	default:
		return "0x70000000"
	case Mips, Mips64:
		return "0x30000000"
		return "0x64000000"
	}
}