We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code:
.dat 1934226965
Will crash with:
Unknown (line 1, row 1): ".dat 1934226965"
This code is output by Clang/LLVM in the following scenario:
HardwareInfo lem1802_hardwareInfo = (HardwareInfo) { .hardware_id = 0x7349f615, .hardware_version = 0x1802, .manufacturer = 0x1c6c8b36 }
The text was updated successfully, but these errors were encountered:
.dat is only for 16 bit. I should add directives with more control over the data size
.dat
Sorry, something went wrong.
No branches or pull requests
The following code:
Will crash with:
This code is output by Clang/LLVM in the following scenario:
The text was updated successfully, but these errors were encountered: