]> git.sur5r.net Git - openocd/commit
armv7m: make core reg read/write use unsigned
authorZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 11:33:22 +0000 (03:33 -0800)
committerZachary T Welch <zw@superlucidity.net>
Mon, 16 Nov 2009 17:58:11 +0000 (09:58 -0800)
commit10cce4a5fe85bfd680bc338c900b0033d7174b6a
tree545cfc92a176b4cc353e35d3f1f96ef344259df2
parent0535a9245632e2cf12d8eaae8c4a9b1cc0bc66c6
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.
src/target/armv7m.c
src/target/armv7m.h