diff --git a/reactos/boot/freeldr/freeldr/arch/realmode/int386.inc b/reactos/boot/freeldr/freeldr/arch/realmode/int386.inc index f629fad174a..8ff9e1596ce 100644 --- a/reactos/boot/freeldr/freeldr/arch/realmode/int386.inc +++ b/reactos/boot/freeldr/freeldr/arch/realmode/int386.inc @@ -47,7 +47,7 @@ Int386: mov edx, dword ptr cs:[BSS_RegisterSet + REGS_EDX] mov esi, dword ptr cs:[BSS_RegisterSet + REGS_ESI] mov edi, dword ptr cs:[BSS_RegisterSet + REGS_EDI] - mov ebp, dword ptr cs:[BSS_RegisterSet + REGS_EBP] + // Don't setup ebp, we only use it as output! /* Call the interrupt vector */ /*int Int386_vector*/