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)
Dec 11 2024, 6:44 AM
Unknown Object (File)
Dec 10 2024, 7:08 AM
Unknown Object (File)
Nov 26 2024, 5:59 AM
Unknown Object (File)
Nov 15 2024, 9:05 AM
Unknown Object (File)
Nov 15 2024, 7:55 AM
Unknown Object (File)
Nov 15 2024, 5:55 AM
Unknown Object (File)
Nov 8 2024, 12:05 PM
Unknown Object (File)
Nov 8 2024, 7:05 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