Revision cb9c377f tcg/mips/tcg-target.h

b/tcg/mips/tcg-target.h
23 23
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 24
 * THE SOFTWARE.
25 25
 */
26
#ifndef TCG_TARGET_MIPS 
26 27
#define TCG_TARGET_MIPS 1
27 28

  
28 29
#ifdef __MIPSEB__
......
127 128
{
128 129
    cacheflush ((void *)start, stop-start, ICACHE);
129 130
}
131

  
132
#endif

Also available in: Unified diff