win32-os.c: Split up handle_exception
authorDavid Lichteblau <david@lichteblau.com>
Mon, 3 Sep 2012 11:31:46 +0000 (13:31 +0200)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 11 Sep 2012 09:21:22 +0000 (11:21 +0200)
commit0285aa5ff8416027932daa001b84429be2ca559b
tree702ffdf2f01d5f95eeb1dfc8a31c0712e85244b3
parent31a5540ef1bbe9bb9d31330beb3151d4f93287f4
win32-os.c: Split up handle_exception

In preparation for various changes to exception handling, split up
handle_exception into separate functions for each kind of exception.

This change is entirely cosmetic in nature.
src/runtime/win32-os.c