Removing export impl.

This commit is contained in:
Ben Vanik
2014-08-15 22:31:44 -07:00
parent 48fbefa75e
commit 56ce363ac5
3 changed files with 3 additions and 12 deletions

View File

@@ -28,8 +28,7 @@ using PPCContext = alloy::frontend::ppc::PPCContext;
export_resolver->SetFunctionMapping( \
library_name, ordinals::##export_name, \
shim_data, \
(xe_kernel_export_shim_fn)export_name##_shim, \
nullptr);
(xe_kernel_export_shim_fn)export_name##_shim);
#define SHIM_MEM_BASE ppc_state->membase
#define SHIM_MEM_ADDR(a) (a ? (ppc_state->membase + a) : nullptr)