debuggers.hg
changeset 3257:d01d0f3f5ecc
bitkeeper revision 1.1159.187.41 (41ac8baanJQsmqG9w2jw_lNTjLGswA)
Fix Xen crash.
Fix Xen crash.
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Tue Nov 30 15:03:06 2004 +0000 (2004-11-30) |
parents | 1a35e16a4ec0 |
children | 6f0846972a4c 52e7357311c2 |
files | xen/arch/x86/x86_32/entry.S |
line diff
1.1 --- a/xen/arch/x86/x86_32/entry.S Tue Nov 30 09:00:21 2004 +0000 1.2 +++ b/xen/arch/x86/x86_32/entry.S Tue Nov 30 15:03:06 2004 +0000 1.3 @@ -341,6 +341,7 @@ process_guest_exception_and_events: 1.4 leal DOMAIN_trap_bounce(%ebx),%edx 1.5 testb $TBF_EXCEPTION,TRAPBOUNCE_flags(%edx) 1.6 jz test_all_events 1.7 + cli # create_bounce_frame needs CLI for pre-exceptions to work 1.8 call create_bounce_frame 1.9 jmp test_all_events 1.10