Search
lxdream.org :: lxdream/src/sh4/sh4.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.c
changeset 991:60c7fab9c880
prev984:a01567058a47
next998:1754a8c6a9cf
author nkeynes
date Wed Mar 04 23:12:21 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Move xltcache to xlat/ src directory
Commit new and improved x86 opcode file - cleaned up and added support for amd64 extended registers
file annotate diff log raw
1.1 --- a/src/sh4/sh4.c Sun Feb 15 21:47:39 2009 +0000
1.2 +++ b/src/sh4/sh4.c Wed Mar 04 23:12:21 2009 +0000
1.3 @@ -33,7 +33,7 @@
1.4 #include "sh4/sh4mmio.h"
1.5 #include "sh4/sh4stat.h"
1.6 #include "sh4/sh4trans.h"
1.7 -#include "sh4/xltcache.h"
1.8 +#include "xlat/xltcache.h"
1.9
1.10 #ifndef M_PI
1.11 #define M_PI 3.14159265358979323846264338327950288
.