From: Zachary T Welch Date: Mon, 16 Nov 2009 11:33:22 +0000 (-0800) Subject: armv7m: make core reg read/write use unsigned X-Git-Tag: v0.4.0-rc1~567 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=10cce4a5fe85bfd680bc338c900b0033d7174b6a;hp=10cce4a5fe85bfd680bc338c900b0033d7174b6a armv7m: make core reg read/write use unsigned Eliminate redundant check that gets covered by using unsigned type. Created to eliminate noise from subsequent patches, but this kind of conversion will be beneficial in similar ways throughout the tree. ---