Merge "MIPS: Lower LibartImgDeviceBaseAddress() to fix ART tests."
This commit is contained in:
commit
d55aa7bdad
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
|
|||
default:
|
||||
return "0x70000000"
|
||||
case Mips, Mips64:
|
||||
return "0x64000000"
|
||||
return "0x5C000000"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue