aboutsummaryrefslogtreecommitdiff
path: root/cpu/cris.cpu
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-01-03 17:51:12 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-01-03 17:51:12 +0000
commit2c06b7a64822640e16e928910d88ee1a9794bad0 (patch)
tree852c022896dd49d63ec1e6afde673327c18d6409 /cpu/cris.cpu
parent81b07b162c1b6d9ec524b0bbc481a39de74a4d2d (diff)
downloadfsf-binutils-gdb-2c06b7a64822640e16e928910d88ee1a9794bad0.zip
fsf-binutils-gdb-2c06b7a64822640e16e928910d88ee1a9794bad0.tar.gz
fsf-binutils-gdb-2c06b7a64822640e16e928910d88ee1a9794bad0.tar.bz2
* cris.cpu (cris-implemented-writable-specregs-v32): Correct size
of number 2, PID.
Diffstat (limited to 'cpu/cris.cpu')
-rw-r--r--cpu/cris.cpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/cris.cpu b/cpu/cris.cpu
index 633abc0..ad045d1 100644
--- a/cpu/cris.cpu
+++ b/cpu/cris.cpu
@@ -439,7 +439,7 @@
(define-pmacro (cris-implemented-writable-specregs-v32)
"Special writable registers in v32 and their sizes"
- ((QI 2) (QI 3)
+ ((SI 2) (QI 3)
(SI 5) (SI 6) (SI 7) (SI 9)
(SI 10) (SI 11) (SI 12) (SI 13) (SI 14) (SI 15))
)