OSDN Git Service

Fix a bug in AddToCodeCache
authorMathieu Chartier <mathieuc@google.com>
Sun, 22 Mar 2015 20:52:48 +0000 (13:52 -0700)
committerMathieu Chartier <mathieuc@google.com>
Mon, 23 Mar 2015 16:45:10 +0000 (09:45 -0700)
commitb4e180844b956d4d5e22f1a17178fa8091dfea68
treed8a828588c1195978a1ef5584694fe0a6a15cabe
parent476448128d0ebf3328e96548de34f19bc55fa5c8
Fix a bug in AddToCodeCache

Was comparing wrong variable to null.

Bug: 17950037
Change-Id: I32eb209d378c4818c977c4d1cf63603f7269bd9b
compiler/jit/jit_compiler.cc