Skip to content
Snippets Groups Projects
Commit dc0ce6ff authored by David Bühler's avatar David Bühler
Browse files

[Eva] "callstack" is now a debug key from Eva (and not from the kernel).

parent d18736f1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
let stable_hash x = Hashtbl.seeded_hash 0 x
let dkey_callstack = Kernel.register_category "callstack"
let dkey_callstack = Self.register_category "callstack"
module Thread = Int (* Threads are identified by integers *)
module Kf = Kernel_function
......@@ -168,7 +168,7 @@ let base58_of_int n =
Bytes.to_string buf
let pretty_hash fmt callstack =
if Kernel.is_debug_key_enabled dkey_callstack then
if Self.is_debug_key_enabled dkey_callstack then
Format.fprintf fmt "<%s> " (base58_of_int (stable_hash callstack))
else Format.ifprintf fmt ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment