Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 19782 invoked from network); 2 Jan 2006 19:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jan 2006 19:43:12 -0000 Received: (qmail 15849 invoked by uid 500); 2 Jan 2006 19:43:11 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 15806 invoked by uid 500); 2 Jan 2006 19:43:11 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 15795 invoked by uid 99); 2 Jan 2006 19:43:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jan 2006 11:43:10 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Jan 2006 11:43:10 -0800 Received: (qmail 19697 invoked by uid 65534); 2 Jan 2006 19:42:49 -0000 Message-ID: <20060102194249.19694.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r365409 - /incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c Date: Mon, 02 Jan 2006 19:42:49 -0000 To: harmony-commits@incubator.apache.org From: archie@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: archie Date: Mon Jan 2 11:42:47 2006 New Revision: 365409 URL: http://svn.apache.org/viewcvs?rev=365409&view=rev Log: Report exception bounds with the end as the first instruction past the exception range, rather than the last instruction in the range, to be consistent with the Java bytecode format. Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c?rev=365409&r1=365408&r2=365409&view=diff ============================================================================== --- incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c (original) +++ incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm/tools/cfdump/main.c Mon Jan 2 11:42:47 2006 @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * $Id: main.c,v 1.10 2005/03/28 15:12:58 archiecobbs Exp $ + * $Id$ */ #include "cfdump.h" @@ -429,7 +429,7 @@ snprintf(bufs[0], sizeof(bufs[0]), "[%d]", trap->start); snprintf(bufs[1], sizeof(bufs[1]), - "[%d]", trap->end - 1); + "[%d]", trap->end); snprintf(bufs[2], sizeof(bufs[2]), "[%d]", trap->target); printf("\t\t%-6s.. %-6s -> %-6s %s\n",