Warning fix
git-svn-id: svn://svn.berlios.de/openocd/trunk@2658 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
bb5f713e44
commit
a41725c788
|
@ -445,6 +445,9 @@ static int evaluate_extend(uint32_t opcode, uint32_t address, char *cp)
|
||||||
unsigned rn = (opcode >> 16) & 0xf;
|
unsigned rn = (opcode >> 16) & 0xf;
|
||||||
char *type, *rot;
|
char *type, *rot;
|
||||||
|
|
||||||
|
/* GCC 'uninitialized warning removal' */
|
||||||
|
type = rot = NULL;
|
||||||
|
|
||||||
switch ((opcode >> 24) & 0x3) {
|
switch ((opcode >> 24) & 0x3) {
|
||||||
case 0:
|
case 0:
|
||||||
type = "B16";
|
type = "B16";
|
||||||
|
|
Loading…
Reference in New Issue