new rsval() helper for signed Refs
commitc0f25aeae3ef5d5f4b6bc5678f8d8ce40597d673
authorQuentin Carbonneaux <quentin@c9x.me>
Mon, 12 Dec 2022 16:36:15 +0000 (12 17:36 +0100)
committerQuentin Carbonneaux <quentin@c9x.me>
Mon, 12 Dec 2022 21:16:33 +0000 (12 22:16 +0100)
tree26b78f6db8a8fd46005ce94835b0135a6df4eef7
parent2ec355df6adc457303fcf2076b559fefd80ee593
new rsval() helper for signed Refs

The .val field is signed in RSlot.
Add a new dedicated function to
fetch it as a signed int.
all.h
amd64/emit.c
arm64/emit.c
parse.c
rv64/emit.c