summaryrefslogtreecommitdiff
path: root/src/target/mips32_pracc.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 11:35:58 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-04-21 11:35:58 +0000
commit837555ab24ab32af163b5dd295dcdbc3c238ad6f (patch)
tree955f48acd257484d33f11832357f5f2d315039ea /src/target/mips32_pracc.h
parent48d9f3bbde12b79319e9641bdfe63a57fe06b2b1 (diff)
downloadopenocd+libswd-837555ab24ab32af163b5dd295dcdbc3c238ad6f.tar.gz
openocd+libswd-837555ab24ab32af163b5dd295dcdbc3c238ad6f.tar.bz2
openocd+libswd-837555ab24ab32af163b5dd295dcdbc3c238ad6f.tar.xz
openocd+libswd-837555ab24ab32af163b5dd295dcdbc3c238ad6f.zip
Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches
git-svn-id: svn://svn.berlios.de/openocd/trunk@1494 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target/mips32_pracc.h')
-rw-r--r--src/target/mips32_pracc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/target/mips32_pracc.h b/src/target/mips32_pracc.h
index 31a91fdc..68ff0460 100644
--- a/src/target/mips32_pracc.h
+++ b/src/target/mips32_pracc.h
@@ -25,7 +25,8 @@
#include "mips_ejtag.h"
#define MIPS32_PRACC_TEXT 0xFF200200
-#define MIPS32_PRACC_STACK 0xFF2FFFFC
+//#define MIPS32_PRACC_STACK 0xFF2FFFFC
+#define MIPS32_PRACC_STACK 0xFF204000
#define MIPS32_PRACC_PARAM_IN 0xFF201000
#define MIPS32_PRACC_PARAM_IN_SIZE 0x1000
#define MIPS32_PRACC_PARAM_OUT (MIPS32_PRACC_PARAM_IN + MIPS32_PRACC_PARAM_IN_SIZE)