Skip to content

Commit

Permalink
Added phase notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Oct 24, 2017
1 parent 55b281a commit 29a6988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incl/iss/arch_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class arch_if {
/**
* execution phases: instruction start and end
*/
enum exec_phase { ISTART, IEND };
enum exec_phase { ISTART, IEND, BSTART, BEND };
/**
* reset the core
* @param address where to start from
Expand Down

0 comments on commit 29a6988

Please sign in to comment.