зеркало из https://github.com/mozilla/gecko-dev.git
Bug 756745 - Use the "right" headers for mips xptc assembly on android. r=bsmedberg
This commit is contained in:
Родитель
e0672070d1
Коммит
806acd5ce4
|
@ -7,8 +7,14 @@
|
||||||
|
|
||||||
/* This code is for MIPS using the O32 ABI. */
|
/* 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/regdef.h>
|
||||||
#include <sys/asm.h>
|
#include <sys/asm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
# NARGSAVE is the argument space in the callers frame, including extra
|
# NARGSAVE is the argument space in the callers frame, including extra
|
||||||
# 'shadowed' space for the argument registers. The minimum of 4
|
# 'shadowed' space for the argument registers. The minimum of 4
|
||||||
|
|
|
@ -10,8 +10,14 @@
|
||||||
|
|
||||||
/* This code is for MIPS using the O32 ABI. */
|
/* 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/regdef.h>
|
||||||
#include <sys/asm.h>
|
#include <sys/asm.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
# NARGSAVE is the argument space in the callers frame, including extra
|
# NARGSAVE is the argument space in the callers frame, including extra
|
||||||
# 'shadowed' space for the argument registers. The minimum of 4
|
# 'shadowed' space for the argument registers. The minimum of 4
|
||||||
|
|
Загрузка…
Ссылка в новой задаче