[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return aligned version of an address
Source position: systemh.inc line 790
function Align( |
Addr: PtrUInt; |
Alignment: PtrUInt |
):PtrUInt; |
Addr: Pointer; |
Alignment: PtrUInt |
):Pointer; |
Align returns Address, aligned to Alignment bytes.
None.