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

This commit is contained in:
Treehugger Robot
2017-03-21 12:02:27 +00:00
committed by Gerrit Code Review

View File

@@ -439,7 +439,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
default:
return "0x70000000"
case Mips, Mips64:
return "0x30000000"
return "0x64000000"
}
}