We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 382f686 + e9dc8f3 commit 8469fafCopy full SHA for 8469faf
src/portable/ohci/ohci.h
@@ -83,7 +83,7 @@ typedef struct TU_ATTR_ALIGNED(16)
83
volatile uint32_t condition_code : 4;
84
85
// Word 1
86
- volatile uint8_t* current_buffer_pointer;
+ uint8_t* volatile current_buffer_pointer;
87
88
// Word 2 : next TD
89
volatile uint32_t next;
0 commit comments