X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Farm_disassembler.c;h=3f1daca4d16309e9a4db50803c209670fea48d47;hb=bca67d107fb92f583fd906ae974e5ed0d7438c5b;hp=5cec6d67aad7335f0bbac196b800bd50392f86d2;hpb=34b32d613af913645bdb0b0e79f10bf0f302ff33;p=openocd.git diff --git a/src/target/arm_disassembler.c b/src/target/arm_disassembler.c index 5cec6d67aa..3f1daca4d1 100644 --- a/src/target/arm_disassembler.c +++ b/src/target/arm_disassembler.c @@ -15,9 +15,7 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifdef HAVE_CONFIG_H @@ -3301,6 +3299,7 @@ static int t2ev_data_immed(uint32_t opcode, uint32_t address, case 0x10: case 0x12: is_signed = true; + /* fallthrough */ case 0x18: case 0x1a: /* signed/unsigned saturated add */