mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: Timestamp type on arm_64 is 64bit
This commit is contained in:
committed by
Christian Helmuth
parent
734752d6b5
commit
f09ac23144
@@ -19,7 +19,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint32_t Timestamp;
|
||||
typedef uint64_t Timestamp;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user