Skip to content

Commit

Permalink
Format string alias for Addr
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Oct 19, 2023
1 parent a6ce5b7 commit 0b0681b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sst/core/interfaces/stdMem.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class StandardMem : public SubComponent

/** All Addresses can be 64-bit */
typedef uint64_t Addr;
#define PRI_ADDR PRIx64

/**
* Base class for StandardMem commands
Expand Down

0 comments on commit 0b0681b

Please sign in to comment.