Search
lxdream.org :: lxdream/test/include/regdef.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/include/regdef.h
changeset 185:6755a04c447f
author nkeynes
date Wed Jun 25 22:50:41 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix size test before end-of-block extension, and add assert after sh4_translate_end_block() for consistency
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/test/include/regdef.h Wed Jun 25 22:50:41 2008 +0000
1.3 @@ -0,0 +1,7 @@
1.4 +/* regdef.h -- define register names. */
1.5 +
1.6 +/* This is a standard include file for MIPS targets. Other target
1.7 + probably don't define it, and attempts to include this file will
1.8 + fail. */
1.9 +
1.10 +#include <machine/regdef.h>
.