commit | 53b61314370c49354ed6f8d616d6a9a182410fc1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 12 18:28:20 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 12 18:28:34 2011 -0700 |
tree | e744dfef8b45438bb992b08633439522095cd967 | |
parent | 5511f2161d71ac67a9bc140cbbca5d9637ab7499 [diff] [blame] |
Use the UNIMPLEMENTED macro everywhere. As suggested in review. Change-Id: Ic14c91a622b545b4800ef021dfb501fb09cbda9d
diff --git a/src/class_linker.cc b/src/class_linker.cc index 4522378..4524457 100644 --- a/src/class_linker.cc +++ b/src/class_linker.cc
@@ -865,7 +865,7 @@ } else { // JValue unused; // TODO: dvmCallMethod(self, method, NULL, &unused); - //CHECK(!"unimplemented"); + // UNIMPLEMENTED(FATAL); } {