Bug 756745 - Use the "right" headers for mips xptc assembly on android. r=bsmedberg

This commit is contained in:
Mike Hommey 2012-05-24 10:57:39 +02:00
Родитель e0672070d1
Коммит 806acd5ce4
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -7,8 +7,14 @@
/* This code is for MIPS using the O32 ABI. */
#ifdef ANDROID
#include <asm/regdef.h>
#include <asm/asm.h>
#include <machine/asm.h>
#else
#include <sys/regdef.h>
#include <sys/asm.h>
#endif
# NARGSAVE is the argument space in the callers frame, including extra
# 'shadowed' space for the argument registers. The minimum of 4

Просмотреть файл

@ -10,8 +10,14 @@
/* This code is for MIPS using the O32 ABI. */
#ifdef ANDROID
#include <asm/regdef.h>
#include <asm/asm.h>
#include <machine/asm.h>
#else
#include <sys/regdef.h>
#include <sys/asm.h>
#endif
# NARGSAVE is the argument space in the callers frame, including extra
# 'shadowed' space for the argument registers. The minimum of 4