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
commit 2b4908b578
1 changed files with 1 additions and 1 deletions

View File

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