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 Just In Time compiler (l


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET Just In Time compiler (libjit) branch, master, updated. 94ebb4f0ac8a417b1485f485ae717d617363a896
Date: Sun, 07 Nov 2010 09:20: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 Just In Time compiler (libjit)".

The branch, master has been updated
       via  94ebb4f0ac8a417b1485f485ae717d617363a896 (commit)
      from  7e49ebd64684dd4360b6b5ecc9f6d8b7397d6ded (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/libjit.git/commit/?id=94ebb4f0ac8a417b1485f485ae717d617363a896

commit 94ebb4f0ac8a417b1485f485ae717d617363a896
Author: Klaus Treichel <address@hidden>
Date:   Sun Nov 7 10:20:28 2010 +0100

    Fix comment for _jit_cache_get_end_method.

diff --git a/ChangeLog b/ChangeLog
index fbd4148..e0eeca9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-07  Klaus Treichel  <address@hidden>
+
+       * jit/jit-cache.h: Fix comment for _jit_cache_get_end_method.
+
 2010-10-24  Klaus Treichel  <address@hidden>
 
        * jit/jit-reg-alloc.c (_jit_regs_alloc_global): Set in_global_register
diff --git a/jit/jit-cache.h b/jit/jit-cache.h
index e0c5dab..7c8d9ce 100644
--- a/jit/jit-cache.h
+++ b/jit/jit-cache.h
@@ -169,7 +169,7 @@ void *_jit_cache_get_end_method(jit_cache_t cache, void 
*pc);
 /*
  * Get a list of all method that are presently in the cache.
  * The list is terminated by a NULL, and must be free'd with
- * "ILFree".  Returns NULL if out of memory.
+ * "jit_free".  Returns NULL if out of memory.
  */
 void **_jit_cache_get_method_list(jit_cache_t cache);
 

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

Summary of changes:
 ChangeLog       |    4 ++++
 jit/jit-cache.h |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET Just In Time compiler (libjit)



reply via email to

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