grub/lib/i386/backtrace_int.S

13 lines
233 B
ArmAsm
Raw Normal View History

2009-12-27 01:36:38 +00:00
#include <grub/symbol.h>
.text
.p2align 4
FUNCTION(grub_int_handler)
/* FIXME: push this only when CPU pushes no error on stack. */
push $0
pusha
movl 36(%esp), %eax
movl %ebp, %edx
call EXT_C(grub_interrupt_handler_real)