]> git.nickg.me.uk Git - nvc.git/commit
Do not longjmp out of model_run
authorNick Gasson <nick@nickg.me.uk>
Sat, 10 Sep 2022 12:42:13 +0000 (13:42 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sat, 10 Sep 2022 13:07:02 +0000 (14:07 +0100)
commitd6170a2f753af93d79c8999ee22152a273814941
tree25cd28b10a1c175c96982d7d261880d6ef07adbd
parent8bfc129b28b59f1869f3280d73537f5d7ab2899a
Do not longjmp out of model_run
13 files changed:
src/jit/jit-core.c
src/jit/jit-interp.c
src/jit/jit-priv.h
src/jit/jit.h
src/nvc.c
src/rt/model.c
src/util.c
src/util.h
test/regress/gold/wave7.dump [new file with mode: 0644]
test/regress/testlist.txt
test/regress/wave7.sh [new file with mode: 0644]
test/regress/wave7.vhd [new file with mode: 0644]
test/run_regr.c