grub/lib/i386/backtrace_int.S
Vladimir 'phcoder' Serbinenko 2fb24921d8 Support for backtracing exceptions
2009-12-27 02:36:38 +01:00

12 lines
233 B
ArmAsm

#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)