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. f51ee6be1cf18539da1d3ef3311b34e9bf1490b9
Date: Sun, 26 Dec 2010 08:23:11 +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  f51ee6be1cf18539da1d3ef3311b34e9bf1490b9 (commit)
      from  e88f595caca5fffbcb6dca3c2e687dd5d3975f9b (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=f51ee6be1cf18539da1d3ef3311b34e9bf1490b9

commit f51ee6be1cf18539da1d3ef3311b34e9bf1490b9
Author: Klaus Treichel <address@hidden>
Date:   Sun Dec 26 09:22:45 2010 +0100

    Add missed file.

diff --git a/engine/cvm_config.h b/engine/cvm_config.h
index 58a38d9..d518812 100644
--- a/engine/cvm_config.h
+++ b/engine/cvm_config.h
@@ -287,6 +287,10 @@ extern int _ILCVMInsnCount[];
     #define CVM_REGISTER_ASM_PC(x)                     register x asm ("r4")
     #define CVM_REGISTER_ASM_STACK(x)          register x asm ("r5")
     #define CVM_REGISTER_ASM_FRAME(x)          register x asm ("r6")
+#if defined(IL_CVM_DIRECT_UNROLLED)
+       #define CVM_VMBREAK_BARRIER()   \
+               __asm__ __volatile__ ("" : : : "r0", "r1", "r2", "r3", "memory")
+#endif
 #elif defined(CVM_PPC) && defined(__GNUC__) && !defined(IL_NO_ASM)
 
        #define CVM_REGISTER_ASM_PPC 1

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

Summary of changes:
 engine/cvm_config.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


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



reply via email to

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