aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_dump/src/os_unix.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-05-17 01:25:38 +0200
committerAndrzej Janik <[email protected]>2021-05-17 01:25:38 +0200
commit89e72e4e95858e329276b1feb080a847306e02d2 (patch)
tree763012d4cc6b6892596a71e240bb0bdea033f6c1 /zluda_dump/src/os_unix.rs
parentdca4c5bd21d816bb72c9a2772dd444a04717630a (diff)
downloadZLUDA-89e72e4e95858e329276b1feb080a847306e02d2.tar.gz
ZLUDA-89e72e4e95858e329276b1feb080a847306e02d2.zip
Handle even more export table functions
Diffstat (limited to 'zluda_dump/src/os_unix.rs')
-rw-r--r--zluda_dump/src/os_unix.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zluda_dump/src/os_unix.rs b/zluda_dump/src/os_unix.rs
index 2cf8dad..74543dd 100644
--- a/zluda_dump/src/os_unix.rs
+++ b/zluda_dump/src/os_unix.rs
@@ -33,7 +33,7 @@ macro_rules! os_log {
#[cfg(target_arch = "x86_64")]
pub fn get_thunk(
original_fn: *const c_void,
- report_fn: unsafe extern "stdcall" fn(*const CUuuid, usize),
+ report_fn: unsafe extern "system" fn(*const CUuuid, usize),
guid: *const CUuuid,
idx: usize,
) -> *const c_void {