Skip to content
Snippets Groups Projects
Commit 9298d5f9 authored by Daniel Hartstern's avatar Daniel Hartstern
Browse files

Merge branch 'eval/main' into 'main'

Squashed commit of the following:

See merge request !24
parents 89146e5f db1cc406
Branches main
Tags v0.25
Loading
......@@ -280,8 +280,8 @@ __attribute__((no_instrument_function)) void __cyg_profile_func_enter(
void *this_fn, void *call_site) {
(void)this_fn;
stacktrace = (((stacktrace & 0xFFFFFFFF00000000) >> 16) +
((stacktrace & 0x00000000FFFFFFFF) << 16)) ^
stacktrace = (((stacktrace & 0xFFFFFFFF00000000) >> 32) +
((stacktrace & 0x00000000FFFFFFFF) << 32)) ^
(u64)call_site;
}
......
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