Skip to content
Snippets Groups Projects
Commit a41725c7 authored by duane's avatar duane
Browse files

Warning fix

git-svn-id: svn://svn.berlios.de/openocd/trunk@2658 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent bb5f713e
Branches
No related tags found
No related merge requests found
......@@ -445,6 +445,9 @@ static int evaluate_extend(uint32_t opcode, uint32_t address, char *cp)
unsigned rn = (opcode >> 16) & 0xf;
char *type, *rot;
/* GCC 'uninitialized warning removal' */
type = rot = NULL;
switch ((opcode >> 24) & 0x3) {
case 0:
type = "B16";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment