mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
base: Timestamp type on arm_64 is 64bit
This commit is contained in:
parent
734752d6b5
commit
f09ac23144
@ -19,7 +19,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint32_t Timestamp;
|
||||
typedef uint64_t Timestamp;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user