diff options
author | Milos Nikic <nikic.milos@gmail.com> | 2025-06-23 23:21:34 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-23 23:21:34 +0200 |
commit | 3dd7daf59de83dc1675f6647a616a7e50ed533b2 (patch) | |
tree | 4204299d22f5964565e45990b8f334e4acbc71d8 /device/intr.c | |
parent | 878635ec6479f34c7fe1517a3c885752a1d72690 (diff) |
i386: trap.c add prototype for handle_double_fault
The handle_double_fault function is defined in trap.c and called
from x86_64/locore.S, but lacked a prototype, triggering a compiler
warning: 'no previous prototype for handle_double_fault'.
This change adds a forward declaration at the top of trap.c to
satisfy the compiler and clarify the function's external linkage.
No functional changes.
Diffstat (limited to 'device/intr.c')
0 files changed, 0 insertions, 0 deletions