mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 486096 - TraceMonkey: ARM BKPT instructions are not properly encoded. r=vlad
This commit is contained in:
parent
9df38f0476
commit
150373e22b
@ -538,7 +538,7 @@ enum {
|
||||
//#define INT3() underrunProtect(1); *(--_nIns) = 0xcc; asm_output("int3")
|
||||
//#define RET() INT3()
|
||||
|
||||
#define BKPT_insn ((NIns)( (0xE<<24) | (0x12<<20) | (0x7<<4) ))
|
||||
#define BKPT_insn ((NIns)( COND_AL | (0x12<<20) | (0x7<<4) ))
|
||||
#define BKPT_nochk() do { \
|
||||
*(--_nIns) = BKPT_insn; } while (0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user