diff options
-rw-r--r-- | i386/i386/locore.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/locore.S b/i386/i386/locore.S index c35b7ab..440435b 100644 --- a/i386/i386/locore.S +++ b/i386/i386/locore.S @@ -774,6 +774,7 @@ ast_from_interrupt: * #ifndef MACH_XEN * iunit * saved SPL + * irq * #endif * return address == return_to_iret_i * saved %edx @@ -789,6 +790,7 @@ ast_from_interrupt: * #ifndef MACH_XEN * iunit * saved SPL + * irq * #endif * return address == return_to_iret * pointer to save area on old stack |