fix types used

- value32 is 32 not 64bits
- DDI should be bool

Change-Id: Ic077bc2882974639f1e6e4592971a614b3d4c88c
This commit is contained in:
Artur Harasimiuk
2018-01-11 14:21:55 +01:00
parent 00b0c81d1a
commit 67c220e599

View File

@ -131,7 +131,7 @@ typedef struct {
typedef struct {
uint32_t offset;
union {
uint64_t value32;
uint32_t value32;
uint64_t value64;
};
uint32_t bitSize;
@ -169,7 +169,7 @@ typedef struct {
void *hAdapter;
void *hDevice;
void *pfnEscapeCb;
int DDI;
bool DDI;
} InstrEscCbData;
int instrAutoSamplingStart(