Return aligned version of an address.
Source position: systemh.inc line 966
function Align( |
Addr: PtrUInt; |
Alignment: PtrUInt |
):PtrUInt; |
Addr: Pointer; |
Alignment: PtrUInt |
):Pointer; |
Align returns Address, aligned to Alignment bytes.
None.