~dannf/qemu-linaro/qemu-highbank-ppa

« back to all changes in this revision

Viewing changes to target-mips/translate.c

  • Committer: Steve Langasek
  • Date: 2012-03-15 21:13:19 UTC
  • mfrom: (0.1.15)
  • Revision ID: steve.langasek@canonical.com-20120315211319-f1j3ot1ihx30b2s9
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
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