Commit f174f18f authored by Bernhard Übelacker's avatar Bernhard Übelacker Committed by Alexandre Julliard

winedbg: Fix disassemble with end addresses exceeding 32-bit.

parent d45d54ef
......@@ -769,7 +769,7 @@ void memory_disassemble(const struct dbg_lvalue* xstart,
const struct dbg_lvalue* xend, int instruction_count)
{
static ADDRESS64 last = {0,0,0};
int stop = 0;
dbg_lgint_t stop = 0;
int i;
if (!xstart && !xend)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment