Page MenuHomeFreeBSD

replace 'goto' with 'else' in vm_map_wire_locked.
ClosedPublic

Authored by dougm on Jul 4 2019, 4:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 17 2024, 12:32 PM
Unknown Object (File)
Mar 19 2024, 3:27 PM
Unknown Object (File)
Mar 19 2024, 3:18 PM
Unknown Object (File)
Jan 12 2024, 12:47 AM
Unknown Object (File)
Dec 1 2023, 1:55 AM
Unknown Object (File)
Sep 16 2023, 6:23 AM
Unknown Object (File)
Sep 10 2023, 11:47 AM
Unknown Object (File)
Aug 17 2023, 4:53 AM
Subscribers

Details

Summary

Eliminate a goto and a label. There is no change to the resulting amd64 machine code.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 4 2019, 7:10 PM
vm_map.c
3287 ↗(On Diff #59397)

The comment suffices given the braces. You don't need the semicolon.

This revision now requires review to proceed.Jul 4 2019, 7:15 PM
This revision is now accepted and ready to land.Jul 4 2019, 7:16 PM