This commit is contained in:
Erik Frojdh 2020-11-27 17:06:07 +01:00
parent d69e238e67
commit 8c091eece2

View File

@ -7,8 +7,7 @@ namespace sls {
#endif
// Common C/C++ structure to handle pattern data
// typedef struct __attribute__((packed)) {
typedef struct {
typedef struct __attribute__((packed)) {
uint64_t word[MAX_PATTERN_LENGTH];
uint64_t ioctrl;
uint32_t limits[2];