openbsd-ports/www/firefox36/patches/patch-js_src_nanojit_Assembler_h
landry 17b63192b8 Resurrect www/firefox36 from the Attic, installing 3.6.16 in
${LOCALBASE}/firefox36 with firefox36 binary. Needed for archs
firefox 4 doesn't support (yet?). Yes, i'm looking at you sparc64.
Not yet linked to the build.
2011-03-26 10:58:36 +00:00

15 lines
627 B
Plaintext

$OpenBSD: patch-js_src_nanojit_Assembler_h,v 1.1 2011/03/26 10:58:36 landry Exp $
allow to build a debug FLAVOR on !i386
--- js/src/nanojit/Assembler.h.orig Tue Oct 26 23:33:05 2010
+++ js/src/nanojit/Assembler.h Tue Oct 26 23:33:50 2010
@@ -259,7 +259,9 @@ namespace nanojit
bool _inExit, vpad2[3];
+#ifdef NANOJIT_IA32
verbose_only( void asm_inc_m32(uint32_t*); )
+#endif
void asm_setcc(Register res, LIns *cond);
NIns * asm_jmpcc(bool brOnFalse, LIns *cond, NIns *target);
void asm_mmq(Register rd, int dd, Register rs, int ds);