X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=tcl%2Fbitsbytes.tcl;h=52ca83db2ea465616b71110fe7961672db66f470;hb=9e23c9ae3551dc14e15bdfe129fd9e03c6970f33;hp=2c4fd2907074f0008d2a585d320cffc7bfb61bf8;hpb=c60252ac2b636c4d99b766a574b9df0966151696;p=openocd.git diff --git a/tcl/bitsbytes.tcl b/tcl/bitsbytes.tcl index 2c4fd29070..52ca83db2e 100644 --- a/tcl/bitsbytes.tcl +++ b/tcl/bitsbytes.tcl @@ -57,5 +57,3 @@ proc show_normalize_bitfield { VALUE MSB LSB } { echo [format "((0x%08x & 0x%08x) -> 0x%08x) >> %2d => (0x%x) %5d " $VALUE $m $mr $LSB $sr $sr] return $sr } - -