diff src/gpu/hsail/vm/gpu_hsail.hpp @ 13740:bfd61161d752

HSAIL: support for using Okra simulator without needing to configure PATH and LD_LIBRARY_PATH Contributed-by: Tom Deneau <tom.deneau@amd.com>
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Jan 2014 00:52:06 +0100
parents 166ed1584f30
children 49db2c1e3bee
line wrap: on
line diff
--- a/src/gpu/hsail/vm/gpu_hsail.hpp	Fri Jan 24 00:49:10 2014 +0100
+++ b/src/gpu/hsail/vm/gpu_hsail.hpp	Fri Jan 24 00:52:06 2014 +0100
@@ -56,6 +56,8 @@
   typedef bool (*okra_execute_with_range_func_t)(void*, jint);
   typedef bool (*okra_clearargs_func_t)(void*);
   typedef bool (*okra_register_heap_func_t)(void*, size_t);
+
+  static bool probe_linkage_internal(bool isRequired);
   
 public:
   static okra_create_context_func_t             _okra_create_context;