Posted to tcl by gps at Wed Sep 02 22:25:23 GMT 2009view raw

  1. tclWin32Dll.c
  2.  
  3. #ifdef HAVE_NO_SEH
  4. EXCEPTION_REGISTRATION registration;
  5. #endif
  6. int status = TCL_ERROR;
  7. #if defined(__GNUC__) && !defined(_WIN64)
  8. __asm__ __volatile__(
  9. "leal %[registration], %%edx" "\n\t"
  10. ...