about summary refs log tree commit diff
path: root/src/rt
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt')
-rw-r--r--src/rt/rust_internal.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index 9426fec904a..5db1216c102 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -206,11 +206,11 @@ struct rust_timer {
 
 #include "rust_util.h"
 
-typedef void FASTCALL (glue_fn)(void *, rust_task *, void *,
-                                const type_desc **, void *);
-typedef void FASTCALL (cmp_glue_fn)(void *, rust_task *, void *,
-                                    const type_desc **,
-                                    void *, void *, int8_t);
+typedef void CDECL (glue_fn)(void *, rust_task *, void *,
+                             const type_desc **, void *);
+typedef void CDECL (cmp_glue_fn)(void *, rust_task *, void *,
+                                 const type_desc **,
+                                 void *, void *, int8_t);
 
 
 struct type_desc {