Statistics
| Branch: | Revision:

root / target-i386 / excp_helper.c @ ff287bbd

History | View | Annotate | Download (4.1 kB)

# Date Author Comment
599b9a5a 06/28/2012 11:28 pm Blue Swirl

x86: split off exception handlers

Move exception handlers from op_helper.c to excp_helper.c.

Signed-off-by: Blue Swirl <>

9dd69d65 06/28/2012 11:28 pm Blue Swirl

x86: avoid an extern declaration

After the previous patch, we can use the proper
declaration in a common header file.

Signed-off-by: Blue Swirl <>