mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 21:58:24 +00:00
committed by
Norman Feske
parent
138a37765f
commit
562ac7d059
@ -39,7 +39,7 @@ namespace Genode {
|
||||
|
||||
template <typename T>
|
||||
static inline T align_addr(T addr, int align) {
|
||||
return (addr + _align_offset(align)) & _align_mask((T)align); }
|
||||
return (addr + _align_offset((T)align)) & _align_mask((T)align); }
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user