mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
added translation cache
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@25 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1017ebe9cb
commit
7d13299d07
13 changed files with 651 additions and 254 deletions
7
thunk.h
7
thunk.h
|
@ -2,7 +2,7 @@
|
|||
#define THUNK_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <endian.h>
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_BYTESWAP_H
|
||||
#include <byteswap.h>
|
||||
|
@ -42,11 +42,6 @@
|
|||
|
||||
#endif
|
||||
|
||||
#undef WORDS_BIGENDIAN
|
||||
#if __BYTE_ORDER == __BIG_ENDIAN
|
||||
#define WORDS_BIGENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#define BSWAP_NEEDED
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue