summaryrefslogtreecommitdiffstats
path: root/libpdbg/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpdbg/chip.c')
-rw-r--r--libpdbg/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/chip.c b/libpdbg/chip.c
index 5265afe..70d349d 100644
--- a/libpdbg/chip.c
+++ b/libpdbg/chip.c
@@ -126,7 +126,7 @@ int ram_stop_thread(struct target *thread_target)
static int ram_instructions(struct thread *thread, uint64_t *opcodes,
uint64_t *results, int len, unsigned int lpar)
{
- uint64_t ram_mode, opcode, r0 = 0, r1 = 0, scratch = 0;
+ uint64_t opcode = 0, r0 = 0, r1 = 0, scratch = 0;
int i;
int exception = 0;
OpenPOWER on IntegriCloud