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