Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Sep 2, 2024
1 parent 633e15a commit 55ecd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bpf_map/userspace/map_in_maps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class array_map_of_maps_impl : public array_map_impl {
{
auto key_val = array_map_impl::elem_lookup(key);
int map_id = *(int *)key_val;
return (void *)((u_int64_t)map_id << 32);
return (void *)((u_int64_t)map_id);
}
};

Expand Down

0 comments on commit 55ecd9f

Please sign in to comment.