[Bug 256197] Bad END label in arm64/bus_space_asm.S
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 May 2021 14:20:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256197 Bug ID: 256197 Summary: Bad END label in arm64/bus_space_asm.S Product: Base System Version: CURRENT Hardware: arm64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: nreilly@blackberry.com The END() for generic_bs_fault is incorrect, it is "bus_fault" rather than "generic_bs_fault". https://cgit.freebsd.org/src/tree/sys/arm64/arm64/bus_space_asm.S#n400 ENTRY(generic_bs_fault) mov x0, #-1 ret END(bus_fault) -- You are receiving this mail because: You are the assignee for the bug.