You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The integer literals in the generated encoding.out.h C header file should contain ULL suffixes (unsigned long long) when the actual value exceeds 64 bits.
... whoever handles it needs to do it in such a way that the constants can still be used in assembly code, where the ULL suffix will cause a parse error ...
@aswaterman, thank you for pointing this out and for the link. I will keep that in mind when making the change.
Improvement suggestion (merely a note to self):
The integer literals in the generated
encoding.out.h
C header file should containULL
suffixes (unsigned long long
) when the actual value exceeds 64 bits.This improvement has been requested in OpenOCD project which utilizes this generated .h file: https://review.openocd.org/c/openocd/+/7600
The text was updated successfully, but these errors were encountered: