You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by dl...@apache.org on 2006/05/15 02:55:28 UTC

svn commit: r406489 - /incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h

Author: dlydick
Date: Sun May 14 17:55:27 2006
New Revision: 406489

URL: http://svn.apache.org/viewcvs?rev=406489&view=rev
Log:
Added (const) attribute to 'jvm_pc_offset_bad' (oversight)

Modified:
    incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h

Modified: incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h
URL: http://svn.apache.org/viewcvs/incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h?rev=406489&r1=406488&r2=406489&view=diff
==============================================================================
--- incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h (original)
+++ incubator/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM/jvm/src/jvmcfg.h Sun May 14 17:55:27 2006
@@ -1149,7 +1149,7 @@
  * @brief Invalid program counter offset
  *
  */
-extern  jvm_pc_offset jvm_pc_offset_bad;
+extern const jvm_pc_offset jvm_pc_offset_bad;
 
 /*@} */ /* End of grouped definitions */