4#include <clues/regs/i386.hxx>
5#include <clues/regs/x86_64.hxx>
6#include <clues/regs/aarch64.hxx>
7#include <clues/types.hxx>
19 using type = std::nullptr_t;
20 static_assert(abi ==
ABI{-1},
"no traits are defined for this ABI yet");
@ X32
X86_64 with 32-bit pointers.
Native register data for the aarch64 ABI.
Native register data for the I386 32-bit X86 ABI.
Traits which will be overridden by template specializations per ABI.