Skip to content

Commit

Permalink
ARM vmm: resolve uint64_t ambiguity
Browse files Browse the repository at this point in the history
Issue #5428
  • Loading branch information
nfeske committed Feb 4, 2025
1 parent 38c5ad2 commit 013a9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/os/src/server/vmm/address_space.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ namespace Vmm {

struct Address_range;
class Address_space;

using uint64_t = Genode::uint64_t;
}


Expand Down

0 comments on commit 013a9e9

Please sign in to comment.