diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/coretypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/coretypes.h b/gcc/coretypes.h index 20932b8d9..9d073407a 100644 --- a/gcc/coretypes.h +++ b/gcc/coretypes.h @@ -118,7 +118,8 @@ enum unwind_info_type UI_NONE, UI_SJLJ, UI_DWARF2, - UI_TARGET + UI_TARGET, + UI_SEH, }; /* Callgraph node profile representation. */ |