Konstantin Belousov 5e52cd4324 MFamd64 r322720, r322723:
Simplify i386 trap().

- Use more relevant name 'signo' instead of 'i' for the local variable
  which contains a signal number to send for the current exception.
- Eliminate two labels 'userout' and 'out' which point to the very end
  of the trap() function.  Instead use return directly.
- Re-indent the prot_fault_translation block by reducing if() nesting.
- Some more monor style changes.

Reviewed by:	bde
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-08-26 18:12:25 +00:00
..
2017-05-23 09:29:05 +00:00
2017-08-21 17:45:06 +00:00
2017-08-16 22:54:35 +00:00
2017-07-09 13:53:32 +00:00
2017-08-26 18:12:25 +00:00
2017-08-21 13:54:29 +00:00
2017-05-23 09:29:05 +00:00
2017-06-08 21:30:34 +00:00
2017-08-25 19:41:38 +00:00
2017-05-09 05:08:47 +00:00