]> Git Repo - qemu.git/blobdiff - tcg/mips/tcg-target.h
janitor: add guards to headers
[qemu.git] / tcg / mips / tcg-target.h
index 65b5c59e89c217c53b6c0fd08d8693908dfbb6a7..78af664ccab4fce4df8718b86c11669456fdb8f3 100644 (file)
@@ -23,6 +23,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
+#ifndef TCG_TARGET_MIPS 
 #define TCG_TARGET_MIPS 1
 
 #ifdef __MIPSEB__
@@ -127,3 +128,5 @@ static inline void flush_icache_range(tcg_target_ulong start,
 {
     cacheflush ((void *)start, stop-start, ICACHE);
 }
+
+#endif
This page took 0.021615 seconds and 4 git commands to generate.