3c3
< // Copyright (c) 2010, 2012, 2014 ARM Limited
---
> // Copyright (c) 2010, 2012, 2014, 2016 ARM Limited
1153c1153
< if (_dest == INTREG_PC && !isFloating()) {
---
> if (_dest == INTREG_PC && !isFloating() && !isVector()) {
1190c1190
< if (_dest == INTREG_PC && !isFloating()) {
---
> if (_dest == INTREG_PC && !isFloating() && !isVector()) {
1219c1219
< if (_dest == INTREG_PC && !isFloating()) {
---
> if (_dest == INTREG_PC && !isFloating() && !isVector()) {
1253c1253
< if (_dest == INTREG_PC && !isFloating()) {
---
> if (_dest == INTREG_PC && !isFloating() && !isVector()) {