Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/mono.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/mono.d b/data/mono.d
index 0933e3b7645..dae3c397d0e 100644
--- a/data/mono.d
+++ b/data/mono.d
@@ -75,7 +75,7 @@ provider mono {
probe gc__global__remset__add (uintptr_t ref_addr, uintptr_t obj_addr, uintptr_t size, char *ns_name, char *class_name);
probe gc__obj__cemented (uintptr_t addr, uintptr_t size, char *ns_name, char *class_name);
- probe gc__internal__alloc (uintptr_t addr, int type, uintptr_t size);
+ probe gc__internal__alloc (uintptr_t addr, uintptr_t size, int type);
probe gc__internal__dealloc (uintptr_t add, uintptr_t size, int type);
};