Page MenuHomeFreeBSD

Small fixes in locore.S
ClosedPublic

Authored by mhorne on Aug 9 2020, 4:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 12:05 PM
Unknown Object (File)
Fri, Nov 8, 7:05 AM
Unknown Object (File)
Sep 23 2024, 2:27 AM
Unknown Object (File)
Sep 19 2024, 3:09 PM
Unknown Object (File)
Sep 19 2024, 3:09 PM
Unknown Object (File)
Sep 19 2024, 3:08 PM
Unknown Object (File)
Sep 19 2024, 3:00 PM
Unknown Object (File)
Sep 9 2024, 3:57 AM
Subscribers

Details

Summary
  • Properly set up the frame pointer
  • Hang if we return from mi_startup
  • Whitespace
Test Plan

This is the root cause of the test case in D26015; our frame pointer was bogus.
This change also fixes that test case.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable