Commit dbc552f2 by Marcus Winter

base_c: fixed 64bit problem

parent a6ccbe9e
......@@ -56,7 +56,7 @@ typedef uint64_t EMBB_BASE_BASIC_TYPE_SIZE_8;
#define EMBB_UINTMAX_T_TYPE_SIZE ${EMBB_UINTMAX_T_TYPE_SIZE}
#ifdef EMBB_ARCH_X86_64
#ifdef EMBB_PLATFORM_ARCH_X86_64
# define EMBB_64_BIT_ATOMIC_AVAILABLE_VAL 1
# define EMBB_64_BIT_ATOMIC_AVAILABLE
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment