commit | 1895ea386ca78573302483f589ebabd8ce1480e7 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Jul 18 13:28:37 2013 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Jul 18 14:38:27 2013 -0700 |
tree | d8c2d27ac746f29c8248fe17fd6b8e9872556fc4 | |
parent | 3e3d591f781b771de89f3b989830da2b6ac6fac8 [diff] [blame] |
Fix cpplint readability/fn_size issues Change-Id: I1efdb07a948a2af49db1a9d21ccab16dacc03a54
diff --git a/runtime/interpreter/interpreter.cc b/runtime/interpreter/interpreter.cc index f624aa4..09a0fc7 100644 --- a/runtime/interpreter/interpreter.cc +++ b/runtime/interpreter/interpreter.cc
@@ -2964,7 +2964,7 @@ UnexpectedOpcode(inst, mh); } } -} +} // NOLINT(readability/fn_size) static JValue Execute(Thread* self, MethodHelper& mh, const DexFile::CodeItem* code_item, ShadowFrame& shadow_frame, JValue result_register)