filename | test/include/regdef.h |
changeset | 185:6755a04c447f |
author | nkeynes |
date | Tue Jul 11 01:35:27 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | First commit of system test framework. 3 initial test cases (incomplete): testide, testmath, and testta |
file | annotate | diff | log | raw |
nkeynes@185 | 1 | /* regdef.h -- define register names. */ |
nkeynes@185 | 2 | |
nkeynes@185 | 3 | /* This is a standard include file for MIPS targets. Other target |
nkeynes@185 | 4 | probably don't define it, and attempts to include this file will |
nkeynes@185 | 5 | fail. */ |
nkeynes@185 | 6 | |
nkeynes@185 | 7 | #include <machine/regdef.h> |
.