OSDN Git Service

ART: Fix checks for relocation delta
authorAndreas Gampe <agampe@google.com>
Tue, 22 Jul 2014 21:04:34 +0000 (14:04 -0700)
committerAndreas Gampe <agampe@google.com>
Tue, 22 Jul 2014 21:08:27 +0000 (21:08 +0000)
commit45232a423e8ceb64abf51100c26b693781c0d897
tree1b03fded252d0b536de5bd887868618a6005597c
parent306cd2179fc73c0b187102b7e70abf12cb47debf
ART: Fix checks for relocation delta

Change < to <= and > to >=.

Change-Id: I7579e3c13dc1b33801ace3a0f8d85cadaee41e6e
runtime/gc/space/image_space.cc