Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

machine.cc File Reference

#include "copyright.h"
#include "machine.h"
#include "main.h"

Go to the source code of this file.

Functions

void CheckEndian ()

Variables

char* exceptionNames []


Function Documentation

void CheckEndian ( ) [static]
 

CheckEndian Check to be sure that the host really uses the format it says it does, for storing the bytes of an integer. Stop on error.

Definition at line 28 of file machine.cc.

Referenced by Machine::Machine().


Variable Documentation

char * exceptionNames [static]
 

Initial value:

 { "no exception", "syscall", 
                                "page fault/no TLB entry", "page read only",
                                "bus error", "address error", "overflow",
                                "illegal instruction" }

Definition at line 16 of file machine.cc.


Generated at Wed Jul 4 11:32:22 2001 for Nachos by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001