home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols
- version39-41:1.1;
- locks;
- comment @ * @;
-
-
- 1.1
- date 92.05.14.19.55.40; author mwild; state Exp;
- branches;
- next ;
-
-
- desc
- @debugging command to print current address of ix_startup() function
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#include <sys/syscall.h>
-
- extern long ixemulbase;
-
- main()
- {
- printf ("ix_startup is @@$%lx.\n", *(unsigned long *)(ixemulbase - 6*(SYS_ix_startup + 4) + 2));
- }
- @
-