#include "copyright.h"#include "machine.h"#include "main.h"Go to the source code of this file.
Functions | |
| void | CheckEndian () |
Variables | |
| char* | exceptionNames [] |
|
|
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().
|
|
|
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. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001