Hi all,
The attached patch replaces a hard-coded constant with its named symbol.
Cheers,
Zach
only in patch2:
unchanged:
--- src/target/armv4_5.h (revision 1470)
+++ src/target/armv4_5.h (working copy)
@@ -133,7 +133,7 @@
case 6: return ARMV4_5_MODE_SYS; break;
default:
LOG_ERROR("mode index out of bounds");
- return -1;
+ return ARMV4_5_MODE_ANY;
}
};
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development