X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fnestedvm%2FRuntime.java;h=d6db76d7b4e39f73b70dffb3e9c58f3773019aa7;hp=cddbad2d4d949d937bd6c97c51695574713187c7;hb=56fb6d1d8da7faf3cc7e73130b11961af7529d13;hpb=c05ff743b8c3d0b1d9db59ac08aa5845d7107bac diff --git a/src/org/ibex/nestedvm/Runtime.java b/src/org/ibex/nestedvm/Runtime.java index cddbad2..d6db76d 100644 --- a/src/org/ibex/nestedvm/Runtime.java +++ b/src/org/ibex/nestedvm/Runtime.java @@ -942,7 +942,7 @@ public abstract class Runtime implements UsermodeConstants,Registers,Cloneable { ret = callJavaCB.call(a,b,c,d); } catch(RuntimeException e) { System.err.println("Error while executing callJavaCB"); - e.printStackTrace(); + e.printStackTrace(); ret = 0; } state = RUNNING;