mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
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:
parent
ead42740ca
commit
bc485032d7
@ -686,7 +686,7 @@ static int get_code_base_size(UINT32 *base, UINT32 *size)
|
||||
}
|
||||
|
||||
fclose(map);
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user