X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2FfirmEvaluator%2FfirmEvaluator.c;h=5eee33fb2411e08a5b792b63c0db49df92b29589;hb=7a6c61deccd04d036508ccc18ebc5fbb001373d3;hp=18b3fc60f36fc5fba70bc410e021c2718a3c6dc0;hpb=1b252c2eb20d5e0689f03ccefdca453c327676ee;p=libfirm diff --git a/win32/firmEvaluator/firmEvaluator.c b/win32/firmEvaluator/firmEvaluator.c index 18b3fc60f..5eee33fb2 100644 --- a/win32/firmEvaluator/firmEvaluator.c +++ b/win32/firmEvaluator/firmEvaluator.c @@ -14,7 +14,8 @@ * Get the initial address. As the interface allows only 32 bit * transmitted, new I/F must be asked for 64bit support. */ -static void *GetInitialAddress(DWORD dwAddress, DEBUGHELPER *pHelper) { +static void *GetInitialAddress(DWORD dwAddress, DEBUGHELPER *pHelper) +{ if (pHelper->dwVersion < 0x20000) { /* VC 6.0 access */ return (void *)dwAddress;