chkstk: another try.

0.96
Török Edvin 15 years ago
parent 3d8ca9f6aa
commit e92dda94ce
  1. 4
      libclamav/c++/bytecode2llvm.cpp

@ -295,8 +295,12 @@ static void rtlib_bzero(void *s, size_t n)
}
#ifdef _WIN32
#ifdef _WIN64
extern "C" void __chkstk(void);
#else
extern "C" void _chkstk(void);
#endif
#endif
// Resolve integer libcalls, but nothing else.
static void* noUnknownFunctions(const std::string& name) {
void *addr =

Loading…
Cancel
Save