home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / source / exec / internal / i386-emul / disable.s < prev    next >
Encoding:
Text File  |  1996-07-16  |  172 b   |  13 lines

  1.     IDNestCnt   =    302
  2.  
  3.     .text
  4.     .align    16
  5.     .globl    Exec_Disable
  6.     .type    Exec_Disable,@function
  7. Exec_Disable:
  8.     pushl %eax
  9.     movl 8(%esp),%eax
  10.     incb IDNestCnt(%eax)
  11.     popl %eax
  12.     ret
  13.