FIXMEs and comments updated due to last architecture-related changes

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2005 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2013-01-17 13:41:03 +00:00
parent c4e5ab4f58
commit d3cf2359a4
4 changed files with 12 additions and 11 deletions

View File

@ -2,9 +2,6 @@
namespace fail {
// FIXME: Bochs specific? If not, at least get rid of this global variable.
int interrupt_to_fire = -1;
void CPUArchitecture::addRegister(Register* reg)
{
assert(!reg->isAssigned() && "FATAL ERROR: The register is already assigned!");