Bugfix for ALUInstr

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1743 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-10-13 22:02:09 +00:00
parent c9f1a5dbb8
commit 111cf2dc97
4 changed files with 37 additions and 10 deletions

View File

@ -73,7 +73,7 @@ private:
/**
* Calculate the timeout of the current workload in milliseconds.
*/
unsigned calculateTimeout();
unsigned calculateTimeout(unsigned instr_left);
};
#endif // __L4SYS_EXPERIMENT_HPP__