Revision 0056c093 target-mips/translate.c

b/target-mips/translate.c
20 20
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
21 21
 */
22 22

  
23
#include <stdarg.h>
24
#include <stdlib.h>
25
#include <stdio.h>
26
#include <string.h>
27
#include <inttypes.h>
28

  
29 23
#include "cpu.h"
30 24
#include "disas.h"
31 25
#include "tcg-op.h"
32
#include "qemu-common.h"
33 26

  
34 27
#include "helper.h"
35 28
#define GEN_HELPER 1

Also available in: Unified diff