Changeset 8044533 in rtems for cpukit/score/cpu/i386/cpu.c
- Timestamp:
- 07/18/95 19:27:50 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 10aed1e3
- Parents:
- f67ad3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/i386/cpu.c
rf67ad3d r8044533 74 74 75 75 #if __GO32__ 76 #include <cpu.h>77 76 #include <go32.h> 78 77 #include <dpmi.h> … … 90 89 *old_handler = 0; /* XXX not supported */ 91 90 92 handler_info.pm_offset = new_handler;91 handler_info.pm_offset = (u_long) new_handler; 93 92 handler_info.pm_selector = _go32_my_cs(); 94 93
Note: See TracChangeset
for help on using the changeset viewer.