Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 arch/x86/call.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/x86/call.c b/arch/x86/call.c
index 717d53d..0b96020 100644
--- a/arch/x86/call.c
+++ b/arch/x86/call.c
@@ -137,7 +137,7 @@ void native_call(struct vm_method *method,
        case J_LONG:
        case J_DOUBLE:
        case J_FLOAT:
-               NOT_IMPLEMENTED;
+               error("not implemented");
                break;
        case J_RETURN_ADDRESS:
        case VM_TYPE_MAX:
@@ -181,7 +181,7 @@ void vm_native_call(struct vm_method *method,
        case J_LONG:
        case J_DOUBLE:
        case J_FLOAT:
-               NOT_IMPLEMENTED;
+               error("not implemented");
                break;
        case J_RETURN_ADDRESS:
        case VM_TYPE_MAX:
@@ -294,7 +294,7 @@ void native_call(struct vm_method *method,
                break;
        case J_DOUBLE:
        case J_FLOAT:
-               NOT_IMPLEMENTED;
+               error("not implemented");
                break;
        case J_RETURN_ADDRESS:
        case VM_TYPE_MAX:
@@ -340,7 +340,7 @@ void vm_native_call(struct vm_method *method,
                break;
        case J_DOUBLE:
        case J_FLOAT:
-               NOT_IMPLEMENTED;
+               error("not implemented");
                break;
        case J_RETURN_ADDRESS:
        case VM_TYPE_MAX:
-- 
1.6.0.4


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to