mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
@ -19,7 +19,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint64_t Timestamp;
|
||||
using Timestamp = uint64_t;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint32_t Timestamp;
|
||||
using Timestamp = uint32_t;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint32_t Timestamp;
|
||||
using Timestamp = uint32_t;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint32_t Timestamp;
|
||||
using Timestamp = uint32_t;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint64_t Timestamp;
|
||||
using Timestamp = uint64_t;
|
||||
|
||||
inline Timestamp timestamp()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
namespace Genode { namespace Trace {
|
||||
|
||||
typedef uint64_t Timestamp;
|
||||
using Timestamp = uint64_t;
|
||||
|
||||
inline Timestamp timestamp() __attribute((always_inline));
|
||||
inline Timestamp timestamp()
|
||||
|
Reference in New Issue
Block a user