Update to cope with changes in registers.h

This commit is contained in:
Michael Brown
2005-05-20 11:23:51 +00:00
parent 5231b858c9
commit d3dec7c331
9 changed files with 44 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
#ifndef HOOKS_H
#define HOOKS_H
extern void arch_main ( struct i386_all_regs *regs );
extern void arch_main ( struct i386_all_regs *ix86 );
#endif /* HOOKS_H */

View File

@@ -12,11 +12,6 @@
*
*/
/* All i386 registers, as passed in by prot_call or kir_call */
struct real_mode_regs {
struct i386_all_regs;
} PACKED;
/* Segment:offset structure. Note that the order within the structure
* is offset:segment.
*/