Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 test/jit/trace-stub.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/test/jit/trace-stub.c b/test/jit/trace-stub.c
index 3883339..dc48d5c 100644
--- a/test/jit/trace-stub.c
+++ b/test/jit/trace-stub.c
@@ -9,6 +9,7 @@ bool opt_trace_invoke = false;
 bool opt_trace_exceptions = false;
 bool opt_trace_bytecode = false;
 bool opt_trace_threads = false;
+bool opt_trace_return_value = false;
 
 void trace_invoke(struct compilation_unit *cu)
 {
@@ -34,3 +35,7 @@ void trace_exception_unwind_to_native(struct jit_stack_frame 
*frame)
 void trace_bytecode(struct vm_method *method)
 {
 }
+
+void trace_return_value(struct vm_method *vmm, unsigned long value)
+{
+}
-- 
1.6.0.6


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to