commit | ad42e1327fca837531e4feac8841de3960c4df45 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Sat Sep 17 20:23:33 2011 -0700 |
committer | Ian Rogers <irogers@google.com> | Sat Sep 17 20:23:33 2011 -0700 |
tree | de7c955804ac46da7988638e9aa478899457c4f8 | |
parent | 3a7b4f26387b3529899f3cf16cdd6f1e200ded80 [diff] [blame] |
Exception work clean up. Change-Id: Ide71ba25ea70b39651f80d9ff469019898a929e6
diff --git a/src/calling_convention.h b/src/calling_convention.h index a1d1b32..8f2a79c 100644 --- a/src/calling_convention.h +++ b/src/calling_convention.h
@@ -141,7 +141,7 @@ // Returns true if the method register will have been clobbered during argument // set up - virtual bool IsMethodRegisterCrushedPreCall() = 0; + virtual bool IsMethodRegisterClobberedPreCall() = 0; // Iterator interface bool HasNext();