rebuilt after corrections
[rrq/rrqforth.git] / machine.asm
index 4628077226d1c0487e15c708a584a942a48313f1..f1fb51c9015e4dc7533df6596915982f36cbf87d 100644 (file)
@@ -73,6 +73,7 @@ macro popr x {
 ;;; referring to the doer field of the called word.
 
 macro next {
+       call p_calltrace_DFA
        lodsq                   ; mov rax, [rsi] + add rsi,8
        jmp qword [rax]         ; goto code of that FORTH word (64 bit jump)
 }