aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda/src/impl/context.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-04-09 22:00:23 +0200
committerAndrzej Janik <[email protected]>2021-04-09 22:00:23 +0200
commit8393dbd6e963ee59161dbbe3447a876156bea1c3 (patch)
tree66f462e7a61110e12b7455ada47b111c46ba7d7f /zluda/src/impl/context.rs
parent9dcfb45aa2e8e970712e7207798c46236c9cf884 (diff)
downloadZLUDA-8393dbd6e963ee59161dbbe3447a876156bea1c3.tar.gz
ZLUDA-8393dbd6e963ee59161dbbe3447a876156bea1c3.zip
More fixes for 32bit
Diffstat (limited to 'zluda/src/impl/context.rs')
-rw-r--r--zluda/src/impl/context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zluda/src/impl/context.rs b/zluda/src/impl/context.rs
index f50d64b..2d72460 100644
--- a/zluda/src/impl/context.rs
+++ b/zluda/src/impl/context.rs
@@ -88,7 +88,7 @@ pub struct ContextData {
pub cuda_manager: *mut cuda_impl::rt::ContextStateManager,
pub cuda_state: *mut cuda_impl::rt::ContextState,
pub cuda_dtor_cb: Option<
- extern "C" fn(
+ extern "system" fn(
CUcontext,
*mut cuda_impl::rt::ContextStateManager,
*mut cuda_impl::rt::ContextState,