Skip to content

Commit

Permalink
Updated runtime to not handle exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
slaeshjag committed Apr 22, 2015
1 parent eb09279 commit c0aa5df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/crt0/crt0.S
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,9 @@ _bev_exception:
# General Exception Vector Handler
# Jumps to _general_exception_handler
##################################################################


/* This has been moved to vectors.S in every program codebase */
#if 0
#if defined(USE_OLD_DOTSECTION)
.section .gen_handler,"ax",@progbits
#else
Expand All @@ -418,7 +420,7 @@ _gen_exception:
nop

.end _gen_exception

#endif

.text
.ent _main_entry
Expand Down

0 comments on commit c0aa5df

Please sign in to comment.