Search
lxdream.org :: lxdream/src/sh4/sh4dasm.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4dasm.in
changeset 963:1c3a0f67c603
prev939:6f2302afeb89
next998:1754a8c6a9cf
author nkeynes
date Thu Jan 15 04:15:11 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add support for the Intel ICC compiler (C only, icc doesn't support Obj-C)
- Rename Obj-C source to .m
- Separate paths.c into paths_unix.c and paths_osx.m
- Add configuration detection of ICC, along with specific opt flags
file annotate diff log raw
1.1 --- a/src/sh4/sh4dasm.in Sat Jan 03 03:30:26 2009 +0000
1.2 +++ b/src/sh4/sh4dasm.in Thu Jan 15 04:15:11 2009 +0000
1.3 @@ -18,6 +18,7 @@
1.4
1.5 #include "sh4/sh4core.h"
1.6 #include "sh4/sh4dasm.h"
1.7 +#include "sh4/mmu.h"
1.8 #include "mem.h"
1.9
1.10 #define UNIMP(ir) snprintf( buf, len, "??? " )
.