commit | cb9c377f54a756b04ef92c1c2e0453613ee863cf | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 06 12:15:58 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 19 08:31:31 2012 +0100 |
tree | db0ebf64a6b7bddd6cabc626d882402e60ffcab9 | |
parent | 7edd63f1b179c18f0f1a4664ddbabe4fe5b2be2f [diff] [blame] |
janitor: add guards to headers Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/tcg/mips/tcg-target.h b/tcg/mips/tcg-target.h index 65b5c59..78af664 100644 --- a/tcg/mips/tcg-target.h +++ b/tcg/mips/tcg-target.h
@@ -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 @@ { cacheflush ((void *)start, stop-start, ICACHE); } + +#endif