toctave

t(iny)octave
git clone https://0xff.ir/g/toctave.git
Log | Files | Refs | README

commit 8559a84deee94e434389d90adc0035b969a76fce
parent b168835e030efcdb494865fbe8db21d9f0338484
Author: Mohammad-Reza Nabipoor <mnabipoor@gnu.org>
Date:   Tue, 31 May 2022 00:18:49 +0430

toctave.jitter(yield): Change fast label to normal one

Diffstat:
Mtoctave.jitter | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toctave.jitter b/toctave.jitter @@ -221,9 +221,9 @@ end # Control Flow -instruction yield (?f) +instruction yield (?l) code - TOCTAVE_STATE_RUNTIME_FIELD(point) = JITTER_ARGF0; + TOCTAVE_STATE_RUNTIME_FIELD(point) = JITTER_ARGP0; TOCTAVE_STATE_RUNTIME_FIELD(status) = TOCTAVE_STATUS_YIELD; end end