03583: Windows Debug: Stack crawl is not generated anymore [Oliver Stoneberg]

---------- Forwarded message ----------
From: Oliver Stöneberg <oliverst@online.de>
Date: Tue, Dec 15, 2009 at 5:40 PM
Subject: Stack Crawl
To: submit@mamedev.org


This patch enables the stack crawl on windows platforms again (bug
3583).
This commit is contained in:
Phil Bennett 2009-12-21 16:25:32 +00:00
parent ead42740ca
commit bc485032d7

View File

@ -686,7 +686,7 @@ static int get_code_base_size(UINT32 *base, UINT32 *size)
}
fclose(map);
return 0;
return result;
}