Bug in newlib/libc/sys/arm/swi.h
Kipton Barros
kipton@ghs.com
Thu Jun 20 15:47:00 GMT 2002
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
More information about the Newlib
mailing list