This makes the function a stub which will be actually implemented later.
Signed-off-by: Eduard - Gabriel Munteanu <[email protected]>
---
arch/x86/include/arch/call.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/arch/x86/include/arch/call.h b/arch/x86/include/arch/call.h
index bc9e9ec..abba906 100644
--- a/arch/x86/include/arch/call.h
+++ b/arch/x86/include/arch/call.h
@@ -60,7 +60,8 @@
); \
}
#else
- #error NOT IMPLEMENTED
+#define native_call(target, args, args_count, result) abort();
+#warning NOT IMPLEMENTED
#endif
#endif /* __X86_CALL_H */
--
1.6.0.6
------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel