Sign in
chromium
/
native_client
/
nacl-newlib
/
3c481fd19efa9fd05be99ab71d57f37391122c0c
/
.
/
newlib
/
libc
/
machine
/
h8300
/
setarch.h
blob: 56bdaaf45245b12acb9d457a6533028df93bc2f9 [
file
] [
log
] [
blame
]
#ifdef
__H8300H__
#ifdef
__NORMAL_MODE__
.
h8300hn
#else
.
h8300h
#endif
#endif
#ifdef
__H8300S__
#ifdef
__NORMAL_MODE__
.
h8300sn
#else
.
h8300s
#endif
#endif
#ifdef
__H8300SX__
#ifdef
__NORMAL_MODE__
.
h8300sxn
#else
.
h8300sx
#endif
#endif