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
softfloat_stdTypes #defines a macro for int32_t. So does the NetBSD version of stdint.h, which is included first. The second definition of the macro does not affect correct code generation. I suspect the #define in softfloat_stdTypes.h is an artifact of a prior mechanism for indicating to compilation units that the integer types had been defined. Issue discovered during investigation of Hercules issue #244.
The text was updated successfully, but these errors were encountered:
softfloat_stdTypes #defines a macro for int32_t. So does the NetBSD version of stdint.h, which is included first. The second definition of the macro does not affect correct code generation. I suspect the #define in softfloat_stdTypes.h is an artifact of a prior mechanism for indicating to compilation units that the integer types had been defined. Issue discovered during investigation of Hercules issue #244.
The text was updated successfully, but these errors were encountered: