mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-29 12:15:29 +03:00
Add u64 iova ctor
This commit is contained in:
parent
93d43e0115
commit
1a2351386d
@ -36,6 +36,8 @@ namespace skyline::soc::gm20b {
|
||||
u32 high;
|
||||
};
|
||||
|
||||
IOVA(u64 iova) : iova{iova} {}
|
||||
|
||||
operator u64 &() {
|
||||
return iova;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user