summaryrefslogtreecommitdiff
path: root/src/target/xscale.h
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-06-23 00:53:17 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-06-23 07:55:43 +0200
commit6cb2d6dd7ae6049dce47dfb0b7c389dcf606119f (patch)
tree9896165b64c4489fab4ad79ac4fce60d552b4b13 /src/target/xscale.h
parent4fa3cc7746d661f048f39a53c39b692369426e24 (diff)
downloadopenocd+libswd-6cb2d6dd7ae6049dce47dfb0b7c389dcf606119f.tar.gz
openocd+libswd-6cb2d6dd7ae6049dce47dfb0b7c389dcf606119f.tar.bz2
openocd+libswd-6cb2d6dd7ae6049dce47dfb0b7c389dcf606119f.tar.xz
openocd+libswd-6cb2d6dd7ae6049dce47dfb0b7c389dcf606119f.zip
error number: review
Review allocation of error numbers in openocd to avoid overlap. Put brackets around negative numbers to avoid issues during macro expansion. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/target/xscale.h')
-rw-r--r--src/target/xscale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/xscale.h b/src/target/xscale.h
index 82f4e379..d429336e 100644
--- a/src/target/xscale.h
+++ b/src/target/xscale.h
@@ -176,6 +176,6 @@ enum
XSCALE_TXRXCTRL,
};
-#define ERROR_XSCALE_NO_TRACE_DATA (-1500)
+#define ERROR_XSCALE_NO_TRACE_DATA (-700)
#endif /* XSCALE_H */