Signed-off-by: Tomek Grabiec <[email protected]>
---
vm/jato.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/vm/jato.c b/vm/jato.c
index 636f6a9..6aa3854 100644
--- a/vm/jato.c
+++ b/vm/jato.c
@@ -736,12 +736,7 @@ main(int argc, char *argv[])
out_check_exception:
if (exception_occurred()) {
- struct vm_object *exception;
-
- exception = exception_occurred();
- clear_exception();
-
- vm_print_exception(exception);
+ vm_print_exception(exception_occurred());
goto out;
}
status = EXIT_SUCCESS;
--
1.6.0.6
------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel