commit | 1f7d289a8f7e49bf9a52a7301ff9fea5b1157d20 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Fri Jun 19 13:19:01 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Fri Jun 19 13:19:01 2009 -0700 |
tree | c192e5305ec71054371813acc201213c1c172acf | |
parent | 47309850f9ad8f1ba446772b6f2a40d0e3499fc1 [diff] |
Warn when one handler replaces another. The mterp generation script silently allows you to specify handlers for the same opcode more than once. This can cause some confusion. We now issue a warning when that happens. This also reduces the overall verbosity level, so the warnings are visible.