dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. fca384f3377a54c11b6ca1c25e14b3e08b735360
Date: Sun, 24 Oct 2010 10:56:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  fca384f3377a54c11b6ca1c25e14b3e08b735360 (commit)
      from  b533faae51608d6ae5b8f0658910aa519b1c18f8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=fca384f3377a54c11b6ca1c25e14b3e08b735360

commit fca384f3377a54c11b6ca1c25e14b3e08b735360
Author: Klaus Treichel <address@hidden>
Date:   Sun Oct 24 12:56:25 2010 +0200

    Fix cvmdoc generation for the COP_ELEM_ADDR_SHIFT_I4 opcode.

diff --git a/ChangeLog b/ChangeLog
index fab71b0..b59c5f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-10-24  Klaus Treichel  <address@hidden>
+
+       * engine/cvm_ptr.c: Fix cvmdoc generation for the
+       COP_ELEM_ADDR_SHIFT_I4 opcode.
+
 2010-10-22  Klaus Treichel  <address@hidden>
 
        * support/thread.c (ILThreadInit): Move initialization of the
diff --git a/engine/cvm_ptr.c b/engine/cvm_ptr.c
index db8bd1d..06a871f 100644
--- a/engine/cvm_ptr.c
+++ b/engine/cvm_ptr.c
@@ -1618,7 +1618,7 @@ VMBREAK(COP_PWRITE_ELEM);
  *   Throw a <code>System.IndexOutOfRangeException</code> if <i>index</i>
  *   is out of range.  Otherwise push <i>pointer</i> the address of the
  *   <i>index</i>'th element in the array on the stack. The size of each
- *   array element is 1 << <i>N</i> bytes.</description>
+ *   array element is 1 &lt;&lt; <i>N</i> bytes.</description>
  *
  *   <notes>This instruction is used to assist in obtaining the address
  *   of an array element where the element size is a power of two.</notes>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |    5 +++++
 engine/cvm_ptr.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]