patch-js_src_nanojit_Assembler_h 622 B

1234567891011121314151617
  1. $OpenBSD: patch-js_src_nanojit_Assembler_h,v 1.2 2015/07/19 02:06:30 ajacoutot Exp $
  2. Allows debug build on !i386.
  3. --- js/src/nanojit/Assembler.h.orig Tue Oct 26 23:33:05 2010
  4. +++ js/src/nanojit/Assembler.h Tue Oct 26 23:33:50 2010
  5. @@ -259,7 +259,9 @@ namespace nanojit
  6. bool _inExit, vpad2[3];
  7. +#ifdef NANOJIT_IA32
  8. verbose_only( void asm_inc_m32(uint32_t*); )
  9. +#endif
  10. void asm_setcc(Register res, LIns *cond);
  11. NIns * asm_jmpcc(bool brOnFalse, LIns *cond, NIns *target);
  12. void asm_mmq(Register rd, int dd, Register rs, int ds);