mips1.cpp 326 B

1234567891011
  1. // mips1.cpp
  2. //
  3. // Copyright (c) 2012 Steven Watanabe
  4. //
  5. // Distributed under the Boost Software License Version 1.0. (See
  6. // accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. #if !((defined(__mips) && __mips == 1) || defined(_MIPS_ISA_MIPS1) || defined(_R3000))
  9. #error "Not MIPS1"
  10. #endif