diff options
author | Edgar E. Iglesias <edgar@axis.com> | 2011-07-05 12:56:41 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-06-14 15:29:11 +0200 |
commit | f756c7a723faa3a21dcb6bb6806e77f1628019f5 (patch) | |
tree | 8a2b0f2faba859e6e57152aa75bfa4a280d0ea09 /target-cris/cpu.h | |
parent | 7677e24f3db8466c7d6014a794b1e425bc7929ba (diff) |
cris: Add break support for v10.
Still no retb
Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
Diffstat (limited to 'target-cris/cpu.h')
-rw-r--r-- | target-cris/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-cris/cpu.h b/target-cris/cpu.h index a7603678fc..73004af010 100644 --- a/target-cris/cpu.h +++ b/target-cris/cpu.h @@ -64,6 +64,7 @@ #define PR_NRP 12 #define PR_CCS 13 #define PR_USP 14 +#define PRV10_BRP 14 #define PR_SPC 15 /* CPU flags. */ |