mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* cris.cpu (cris-implemented-writable-specregs-v32): Correct size
of number 2, PID.
This commit is contained in:
parent
81b07b162c
commit
2c06b7a648
@ -1,3 +1,8 @@
|
||||
2009-01-03 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cris.cpu (cris-implemented-writable-specregs-v32): Correct size
|
||||
of number 2, PID.
|
||||
|
||||
2008-12-23 Jon Beniston <jon@beniston.com>
|
||||
|
||||
* lm32.cpu: New file.
|
||||
|
@ -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))
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user