As suggested by Vegard Nossum.

Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 arch/x86/include/arch/stack-frame.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/include/arch/stack-frame.h 
b/arch/x86/include/arch/stack-frame.h
index 743acc4..67da2de 100644
--- a/arch/x86/include/arch/stack-frame.h
+++ b/arch/x86/include/arch/stack-frame.h
@@ -76,7 +76,7 @@ unsigned long cu_frame_locals_offset(struct compilation_unit 
*cu);
             "addl %%ebx, %%ebp \n"                                     \
             :                                                          \
             : "b" (args_size), "n"(2*sizeof(unsigned long))            \
-            : "%eax", "%edi", "%esi", "%ecx"                           \
+            : "%eax", "%edi", "%esi", "%ecx", "cc", "memory"           \
                                                                        ); \
        })
 #else
-- 
1.6.0.6


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to