Merge "MIPS: Adjust LibartImgDeviceBaseAddress() for CC GC."
This commit is contained in:
commit
2b4908b578
|
@ -439,7 +439,7 @@ func (c *config) LibartImgDeviceBaseAddress() string {
|
|||
default:
|
||||
return "0x70000000"
|
||||
case Mips, Mips64:
|
||||
return "0x30000000"
|
||||
return "0x64000000"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue