diff options
author | Andrzej Janik <[email protected]> | 2021-05-17 01:25:38 +0200 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-05-17 01:25:38 +0200 |
commit | 89e72e4e95858e329276b1feb080a847306e02d2 (patch) | |
tree | 763012d4cc6b6892596a71e240bb0bdea033f6c1 /zluda_dump/src/os_unix.rs | |
parent | dca4c5bd21d816bb72c9a2772dd444a04717630a (diff) | |
download | ZLUDA-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.rs | 2 |
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 {
|