mirror of https://github.com/svaarala/duktape.git
Sami Vaarala
9 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
define: DUK_USE_INTERRUPT_DEBUG_FIXUP |
|||
introduced: 1.4.0 |
|||
default: false |
|||
tags: |
|||
- development |
|||
description: > |
|||
For Duktape development only: enable "interrupt fixup" in call handling |
|||
so that heap->inst_count_exec and heap->inst_count_interrupt can be |
|||
manually checked to match. Only useful when debugging and/or asserts |
|||
are enabled. |
Loading…
Reference in new issue