This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bug in newlib/libc/sys/arm/swi.h


According to ADS Debug Target Guide v1.2 (ARM DUI 0058D), page 168, the
code for a runtime error is 0x20023, not 0x20022 .  I double checked this
with the Angel Debug Protocol Messages (ARM DUI 0053D).  I think the final
line in swi.h should be changed from:


#define ADP_Stopped_RunTimeError 	((2 << 16) + 34)


To:


#define ADP_Stopped_RunTimeError        ((2 << 16) + 35)


Thanks,
Kipton


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]