procs_windows_amd64.asm 185 B

12345678910111213
  1. global __chkstk
  2. global _tls_index
  3. global _fltused
  4. section .data
  5. _tls_index: dd 0
  6. _fltused: dd 0x9875
  7. section .text
  8. __chkstk: ; proc "c" (rawptr)
  9. ; TODO implement correctly
  10. ret