diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-09-01 03:02:13 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-09-01 03:02:13 +0200 |
commit | fe26ae2e9cb01a7507c7a929cc5555c7f6c1edfd (patch) | |
tree | 14a8d82f8d5ec213b9be448f11fc29566552025f | |
parent | 47a835d22b1a608fac5ee241474f128f64cb6a0f (diff) |
Fix documentation
-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 |