aboutsummaryrefslogtreecommitdiffstats
path: root/src/profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiler.c')
-rw-r--r--src/profiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiler.c b/src/profiler.c
index 6b482abf335..6943905062c 100644
--- a/src/profiler.c
+++ b/src/profiler.c
@@ -566,7 +566,7 @@ hashfn_profiler (Lisp_Object bt, struct Lisp_Hash_Table *h)
566 } 566 }
567 else 567 else
568 hash = XHASH (bt); 568 hash = XHASH (bt);
569 return make_fixnum (SXHASH_REDUCE (hash)); 569 return make_ufixnum (SXHASH_REDUCE (hash));
570} 570}
571 571
572static void syms_of_profiler_for_pdumper (void); 572static void syms_of_profiler_for_pdumper (void);