home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/GARBAGE Thu May 10 10:43:07 1990
- --- m-xenix386.h Thu May 10 10:49:54 1990
- ***************
- *** 335,340 ****
- #define FIX_CALL_DUMMY(dummyname, pc, fun, nargs, type) \
- { \
- int from, to, delta, loc; \
- ! loc = (int)(read_register (SP_REGNUM) - CALL_DUMMY_LENGTH); \
- from = loc + 5; \
- to = (int)(fun); \
- --- 335,341 ----
- #define FIX_CALL_DUMMY(dummyname, pc, fun, nargs, type) \
- { \
- + extern CORE_ADDR text_end; \
- int from, to, delta, loc; \
- ! loc = text_end - CALL_DUMMY_LENGTH; \
- from = loc + 5; \
- to = (int)(fun); \
-