From 651922bd2659b11f0709a7e98ed8ca88cdb37c14 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Mon, 1 Jul 2013 20:49:23 -0400 Subject: [PATCH] fix warning --- bin/disasm.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/disasm.cpp b/bin/disasm.cpp index b941369..2d9c7f1 100644 --- a/bin/disasm.cpp +++ b/bin/disasm.cpp @@ -58,7 +58,6 @@ void code0(uint32_t data_size) while (offset < data_size) { uint16_t off = memoryReadWord(offset); - uint16_t seg = -1; if (memoryReadWord(offset + 2) == 0x3F3C && memoryReadWord(offset + 6) == 0xA9F0) { uint16_t seg = memoryReadWord(offset + 4);