]> git.kaiwu.me - njs.git/commit
Fixed instructions jump offset output.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 23 Mar 2020 16:58:50 +0000 (19:58 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 23 Mar 2020 16:58:50 +0000 (19:58 +0300)
commitf84ff2cad7236372c5a61bebbc59d0c04095f309
treeafd6dd84156e47d48f19c62f2985d5c59a03da38
parent460765b839178f59835ce4e9c32fb627023b3751
Fixed instructions jump offset output.

Previously jump offsets were rendered as unsigned integers whereas jump
offsets can be negative.
src/njs_disassembler.c
test/njs_expect_test.exp