- All policy-related errors should now be handled. I hope this is the last time I say this...
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@850 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
cb4f0e878d
commit
1be6a9ca58
7 changed files with 102 additions and 36 deletions
|
@ -640,7 +640,7 @@ try_to_run(unsigned int front, auto_ptr<ConcreteEnvironment>& next_snapshot)
|
|||
|
||||
bool
|
||||
Scheduler::step_forward(ConcreteHistory& concrete_history, CPUPolicy& cpu_policy)
|
||||
throw(UserInterruptException)
|
||||
throw(UserInterruptException, MalformedPolicyException)
|
||||
{
|
||||
// Preconditions:
|
||||
assert (concrete_history.get_size() > 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue